ArcGIS Field Maps 'Max Number of Repeats Exceeded'

:bullseye: What is your goal?

To gather information from a layer in ArcGIS Online via ArcGIS Field Maps and update the same layer and send emails.

:thinking: What is the problem & what have you tried?

The problem is that the scenario keeps failing with the error ‘Max. Number of Repeats exceeded’, the scenario generally works but this happens at least 10 times a day in which case, it then needs to be run manually and reset.

The feature layer has multiple related tables but iterators are used to filter through all of them and filter them out. I’ve tried using iterators and arrays together but it seems trigger more errors.

:clipboard: Error messages or input/output bundles

The run couldn’t be completed
Maximum number of repeats exceeded.

Code: RuntimeError

:camera_with_flash: Screenshots (scenario flow, module settings, errors)

Hey Robyn,

usually this error is caused by issues on the arcGIS side and have happened in the past. You can check their status here.

Also, if it usually works after some time, add a Retry error handler that will wait for a set timeout and then try the call again.

It happens everyday about 10 times a day. ArcGIS status is all green.