Hi -
I have a list that is returned as one of the elements in an API call. For instance:
data.thisdata=(list)[item 1,item2,item3]
The list isn’t displaying anywhere on the page, and I can access just the data element in question to turn it into a list that would be recognized by Bubble (e.g. the “Main List” dropdown does let me select ‘data.thisdata’).
Since I can’t tell the code to identify this list, it doesn’t display information. Any other field does display, provided it isn’t part of its own array.
I’m having this same issue. I actually thought it worked briefly, but lately it hasn’t been working at all. I’ve passed the contents of the list to a repeating group. I then put a textbox inside the repeating group and pass it the current cells text. But I get nothing when I run it.
I guess it’s nice to see others with the same issue @emmanuel do you have any thoughts? For what it’s worth, I’m pretty sure the list was working previously, but wasn’t being treated as a list - it was instead just displaying all the items within the list. Although that wasn’t perfect, it was better than nothing.