How to create things in bulk/ in a loop?

Hi guys,

I’m stuck right now and I’m really desperate, although the problem seems pretty simple.

I have a list of Google Place IDs in a data type in bubble. Based on this list, I want to populate a second datatype by passing each Place ID as a parameter in an API call. For each API call I get a set of Place Infos (e.g. address, phone number, website, etc.) as response. This information should be stored in the data type “store data”. (see picture)

I have already tried to call an API workflow via the bulk function, but I get the response “This list is empty,nothing to run…”. (problem #1)

image

Here’s how this API workflow would look like, but I have no idea how to work through the place IDs as parameters: (problem #2)


What am I doing wrong? Do I need to create some kind of “loop” as workflow?

I would really appreciate your help!

Best regards,
Robert