Hello,
I am running the Create Yearly Report workflow and it keeps showing an error when I click the OK button on the message when there is no report found. I have tried adjusting the selector many times but it continues to fail.
Hello,
I am running the Create Yearly Report workflow and it keeps showing an error when I click the OK button on the message when there is no report found. I have tried adjusting the selector many times but it continues to fail.
There are 2 popups as you see above.
I think there should be 2 Click activities with try/catch to click both ‘OK’ buttons
Hello @J111
As @Dongjin_Lee said above there’s two differents pop-ups, so you should use try/catch or if condition to get them both.
Follow below link to help you
Just a thought, I too had similar one used Element exists with an if condition and worked!!
Yes, as suggested we can try catch as well.
Hi @PavaniDilip
It’s true, we can use if condition, it’s what i used…
Change the selectors, by the onces given on the abovd link, you must omit some stuff so that your selectors works fine…
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.