Hey everyone ๐
I'm working on integrating a chat stream from Xano into my Bubble app.
โ
The API response in Xano looks fine โ I get a proper array of objects like:
[ { "id": 64, "question": "...", "render_answer": "..." }|, { "id": 62, "question": "...", "render_answer": "..." }]
But in Bubble, the Repeating Group stays empty.
Here's what Iโve tried:
Type of content:
text
Data source:
Xano - Chat History Stream's text stream :split by (|)
and alsotext so far
The API is streaming text back correctly โ but Bubble doesn't seem to parse it into a list
๐ I suspect the issue is that the data is being treated as a plain text field instead of a list of objects.
๐ Has anyone successfully streamed data from Xano and displayed it in a Bubble RG?
Do I need to restructure the API output or parse it manually in Bubble?
Thanks in advance for any tips ๐