Loop Block Causing Timeout in Salesforce Bulk Update

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!

Issue persists on version 3.196.15

I've already solved it. I added an intermediate step to create chunks and then applied a sequential update. The alternative was to use [{{value}}], but that caused it to iterate over each record individually, generating too many INSERT statements."