I’m relatively new to bubble and not crash hot with API’s, but I’m trying to create a thing for every API item returned.
Example: I’m calling an API that returns suburb data. I then show the results in a repeating group so that every suburb returned is shown as a new row in that repeating group. Where I get stuck is when I Create a Thing from workflow to add each row. If I configure the workflow on the repeating group, all the results are created as a single row: Smithfield, Jamestown, Darrylville.
How do I build it so that each suburb is created as a new thing/new row?