Extend APi workflow capabilities

Hey all, @neerja @DavidS @eve,

I am running an API workflow to enrich a Data type of 2500 rows.

When clicking on a button, bubble calls a third API to enrich my data.

It works for ten rows but when trying for 300, I got an error message.
So for sure, it does not work for 2500…

Any idea how to solve it? split the workflow in sub workflows for example ?

Thanks,

The max might be 200… that’s the max for csv uploads. Maybe you can trying doing 200 at a time and then repeat the call recursively for the following 200 until you reach 2500