Create Multipl things from a list of Arrays of an API Call

Hello Everyone!

I have defined an API Call that returns a JSON file that contains an object that contains multiple records.

I will attach an example of the API Call

I need to extract the “videoID” of each of one of those arrays (example of each array on the image below)

What i need to do is to get each entry “VideoID” and save it on a Data type I have called “Posts” .

I have created the backend workflow on which I extract the VideoIds from each array but then bubble puts them all on the same Datatype entry as seen on the image below:

the “postID” is the VideoID i get from each of the arrays of the API Call, but bubble puts them all together on the same entry.

What I need to do is to create a “Post” Data entry for each Array.

this is the Backend workflow i’m using to run the API call to extract the Arrays and then get the “videoIDs”

does anyone know how to do this?
I would be forever grateful, I have tried to solve it myself but I’m stuck, I’m pretty sure i need to Schedule an API workflow on a list but I just cannot find how to do it.

Thank you for taking the time to read this long post! :smiley:

Hey @edgarlavandera :wave:

Hmm :thinking:

I believe your issue is that you need to have the ‘Create a new Posts’ action in a separate backend workflow. Then you can schedule it on a list from this workflow.

Does that make sense? Let me know if that helps. :blush: