Create a list of objects via API Workflow

Hi all! :slight_smile: I’m calling an API Workflow from an external server many times, an each time I call it I build an object in Bubble’s database. However, this makes the app capacity to be overloaded if I make the call e.g. 100 times. Is there a way to “create a list of things” (where the number of things is dynamic) with only 1 API call? So if I receive one API call with a variable number of items (and I use these items to create the corresponding objects in the workflow), I want to create one object per item.

The problem is the number of items is variable, so I don’t want to prepare 100 steps in a workflow, if sometimes I’m going to create 20 objects, other times 90 and other times 120. In other words: Is there a way to create objects in bulk when receiving an API call via and API Workflow?

Thanks a lot!

I think I actually found the solution :wink:

1 Like

Not sure the doc is updated:

There is also a limit of 4 minutes for the request to complete.

If I recalled the limit is now 5 minutes.

1 Like

Good remark! Thanks, @JohnMark!

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