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.
Use the bulk create data API for this… it’s much faster.
can you share more details or screenshot ?
can you provide demo ? if you have