Schedule API workflow take long time to CREATE multiple things

I am creating multiple records from one table using schedule API workflow and it take so much time to do that it takes like 2-3 minute to create 390 items any help



1 Like

Yeah that’s just Bubble, no matter how fast the workflow is there’s always a second or so where it schedules then starts.

You could split it into chunks, so schedule workflow on list for items until count/2:floor and then schedule another for items from count/2:ceiling. That’ll double the rate assuming you don’t run into capacity limits.

its still taking so much time


Use the bulk create data API for this… it’s much faster.

can you share more details or screenshot ?

https://manual.bubble.io/core-resources/api/the-bubble-api/the-data-api/data-api-requests

can you provide demo ? if you have