Router, branches and errors

Hello, I have a scenario with 3 branches.

First two branches work based on conditions and they end with a “set a variable” module, wich is the same variable name.
3rd branch is the continuation of the scenario, where i have a “get a variable” module, and then I map the variable in the next modules.

I’m am having issues when there are errors in one of the first two branches.
The scenario allows storing of incomplete execution, so when an error occures, it stores it and I get a warning
The problem is that the scenario keeps running, it sets the variable empty and the 3rd branch works normally, so when i check the error and correct manually, i won’t have a fully runned scenario, since it already did before.

Please help me find a solution, i work a lot with this kind of scenarios.

Thanks!

1 Like

Hi @mikhal This is because of break error handler. If you wanna run it from beiginning in case of error, then you can remove the error handler. But the thing is you need to correct your flow if its not working as expected before the error module.

Regards,
Msquare Automation - Platinum Partner of Make
@Msquare_Automation

1 Like