Salesforce Flow Number of iterations exceeded Exception

Salesforce Flow Number of iterations exceeded Exception

Salelsforce Flow “Number of iterations exceeded” or “Limit Exceeded You or your organization has exceeded the maximum limit for this feature.” Exception is thrown when the number of Flow elements which got executed in single transaction is greater than 2000. This usually happens when we use Decision element and Loop.

To resolve this issue, please use the following options.

1. Change the API version of the Flow to 57.0 or higher.

2. Reduce the Loop executions by limiting the records count so that it will fall under 2000 limit.

Leave a Reply