I have a list of records that represent a unique identifier that I'd like to turn in to a URL, call an API, parse JSON and commit to a local database. I've tried a number of different methods, but the best I've been able to manage is inserting 1 record to my database.

This is my latest more successful workflow, but it only commits the last record.
I've done pagination but the API in question doesn't give me a "next record". I'm actually trying to work around a limitation of the API
Any help would be much appreciated
Justin