In my iterative macro I am running a download tool and parsing the result based on some filters. It incudes use of select tools to rename fields based on parsed json output. SO in case the filters return no data, the filter and select tools are raising errors that their are no such fields by that name
I tried the Count and Test tool to stop the workflow which stops the iteration and goes to the next one. But the catch is that it raises an error and so the final results is filled with Errors. What I want is for it to silently skip the iteration on count condition failing and continuing business as usual