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

  1. first iterate over the incoming list, save that into the Bubble db
  2. after saving all (or some of the) items
  3. start off another recursive workflow that takes that newly created list and iterate over that actually performing the action you need.