Breakdown API Response and save them in separate database records

Hi community,

I’m looking for a way to breakdown a multiline API response into separate records in my database.
The API response provides a list like this:

  1. Do activity 1
  2. Another activity
  3. And one more

Currently the result is saved like this in 1 database record but I would like to save each line in a separate database record.

Any idea how I can achieve this?

Many thanks for your help,

Noël

You need to do something like ‘schedule API on a list’ or a recursive workflow.

Then save a line with each iteration.

https://buildingonbubble.com/block/1472017471956x981892223072469000

Unless you are only expecting a static 3 things always, then you can just receive the response and do “Create a thing” three times in a row, one for each item

Thanks Nigel! I’ll give this a try

Thanks Tyler, it’s not always 3 :slight_smile: but thanks for the feedback

1 Like

This topic was automatically closed after 70 days. New replies are no longer allowed.