Hi,
I'm encountering a limitation when trying to update more than 10,000 records using Salesforce bulk load. As a workaround, I considered using a Loop block to iterate through the records in batches of 10,000.
In the attached screenshot, I attempted to implement this logic using only 50 records (with batches of 10) for testing purposes. However, when I run the process, it enters an infinite loop and eventually ends with a 504 timeout error.
What could I be doing wrong?
Thanks in advance!