Maximum Number Of Repeats Exceeded

It seems this error is coming from Make.com when the scenario exceeds the allowed number of repeats.
This usually happens if there’s a Repeater, Iterator, Router loop or a recursive flow that keeps running more times than the platform limit (for safety reasons, Make stops it to prevent infinite loops).

:white_check_mark: Possible fixes:

  1. Check execution logs → see which module is repeating too many times.

  2. If using Repeater → adjust the repeat count or lower it.

  3. If using Iterator/Aggregator → try to filter or batch data instead of processing everything at once.

  4. Review your routers/loops → add a break or condition to stop unnecessary repetitions.

  5. If you really need higher limits → you’ll need to contact Make support to increase the repeat cap.

1 Like