What I am trying to do update around 10,000 rows on a particular table to extract some data to a field on the same table. Note this is not ALL the data on the table. It can run all night, so speed is not an issue. And the data is quite simple.
The methods I have so far tried are :
Use an API workflow and a View with “Bulk”. Didn’t work as although the view works the bulk action fails when “fetching”.
Use a button a page. Times out even when doing 100 updates.
Kick off API workflows - this did not even trigger a single workflow as it timed out.
Kick off an API workflow that then schedules API workflow. Again, did not create any workflows
I wonder if there were some other data routines running in the background (this was 9am UTC which is middle of the night NYC) .
When importing 50 or more contacts, the browser give me a time out error but the API Workflow who’s processing the flow sounds to continue. If I refresh the browser during the waiting phase, the error never appeared. Not sure if it is the same bug.
@NigelG Bulk operations on >1000 items can cause a fetching list error though we are working on removing this limitation. For any other API workflow related bugs on your app specifically, let’s continue the conversation on your bug report email threads.