Hey guys!
I have a GET API with a text list input as below:
When I use it in Xano everything works fine using this format:
But when calling it from Bubble.io (my frontend), it is not working, surely due to some bad formatting for the Text list.
If I pass only 1 value to the categories key, it will work as expected, but as soon as I try to add more than 1 value, it breaks in xano.
I have tried multiple formatting, nothing works. ie.:
gaming, ai
"gaming","ai"
[gaming,ai]
["gaming","ai"]
etc..
Thanks!