Error in Flow - "Number of iterations exceeded" or "Limit Exceeded You or your organization has exceeded the maximum limit for this feature."

Error in Flow - "Number of iterations exceeded" or "Limit Exceeded You or your organization has exceeded the maximum limit for this feature."


  • Make sure the record count returned (from loop) is less than 2000
  • Break up the Flow with some Pause elements to make it go asynchronous
  • Use Apex, which can easily handle many times more records than a Flow can handle
  • Try changing the API version of the flow like 57.0 or less than that

Comments