Hi all! 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!