Hi,
I am working on a small project where I need to execute following task;
- Check if a dialog box appears while trying to save a client. I used element exists activity for this.
- If element exists, I set value of a variable to 1 else 0.
- Then in switch activity expression, condition is set to “‘variable’ mod 2”
- Then I set two cases:
4.1. if case value is 0, execute a task.
4.2 if case value is 1, execute different set of task.
But the problem is that, it is going with case 0 every time. Can anyone explain me how to get it solved please. Thanks