Hi, just starting out with Bubble and would appreciate some guidance.
I am calling an API that returns a JSON structure of file names of the form
[
[“a.zip”],
[“b.csv”],
[“c.csv” ],
[“d.pdf”]
]
How can these strings be displayed, one per line, in a RepeatingGroup? The API call works fine but in the RepeatingGroup object, setting ‘Type of content’ to ‘text’ never displays anything in the control, and nor does setting it to ‘file_type’. Have searched the forums but no relevant examples turned up.
It’s not displaying because the API call returns files and you’re displaying it as type text, if you want to maintain the text field then your RG should be displaying the url, otherwise your field type should be changed to “file”