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:
Do activity 1
Another activity
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
NigelG
December 24, 2022, 7:42am
2
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 but thanks for the feedback
1 Like
system
Closed
March 4, 2023, 7:36am
6
This topic was automatically closed after 70 days. New replies are no longer allowed.