Basically, every activity that I have in my project has a chance of throwing an error (The error is that a different window pops ups that looks like this)
I would love that try catch would find the “Warehause…” text, because on every error it’s always the same, then reads the text that is presented, writes an email with it and repeats the last activity it’s been on. Is it possible, and if so, how?
Ok guys, I think I did it. But wanted to ask one more question. Lets say in the “Try” section I get an error, then the “Catch” section activities run, and after them, they return automatically to “Try” block again?