FYI: Recursive API workflows | Bubble Docs
@georgecollier 's suggestion is good & simple to start – it might cover most of what you need. However if you want to be absolutely positive that it processes in order, use a recursive workflow.
I’m not sure if you’re able to handle a JSON natively in Bubble. You might need to
- first iterate over the incoming list, save that into the Bubble db
- after saving all (or some of the) items
- start off another recursive workflow that takes that newly created list and iterate over that actually performing the action you need.