How to Create a Thing on API call?

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.
Suburbs

How do I build it so that each suburb is created as a new thing/new row?

Send the list to a recursive workflow and create one thing at a time until the list is exhausted

If you are not familiar with recursive workflows a quick search in this forum would provide you with good guidance :grinning: