I'll pay - Can't make multiple API calls run in parallel

I am trying to make multiple API calls run in parallel. It involves a long looping process, so having it run at the same time instead of one-by-one would speed up loading time significantly.

But I am not sure how to make bubble run multiple API calls at the same time in a workflow.

I’ve attached an expertly done drawing to demonstrate.

Anyone who solves this problem I will paypal $25 USD. Thanks!

You need to use Schedule API Workflow on a list.

1 Like

Alternatively if you need this working clientside you can store the calls in a cystom event then use “Schedule custom event”.

1 Like