Hello,
I’m using multiple type into or Check App state in an application. I set the Continue on Error property on the whole application on true.
I use a for each row in data Table loop and at the end of every loop i want to move an E-Mail in a specific folder if an error has occured anywhere in the loop. To achieve this I obviously have to check if an error has occured in the loop (even if it has continued).
Is there a way to check if at any point of the loop an error has occured even though I have the Continue on Error property on True?