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).
Possible fixes:
-
Check execution logs → see which module is repeating too many times.
-
If using Repeater → adjust the repeat count or lower it.
-
If using Iterator/Aggregator → try to filter or batch data instead of processing everything at once.
-
Review your routers/loops → add a break or condition to stop unnecessary repetitions.
-
If you really need higher limits → you’ll need to contact Make support to increase the repeat cap.