UiPath Cert Generate Yearly Report Create Yearly Report Performer

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.

image
image
There are 2 popups as you see above.
I think there should be 2 Click activities with try/catch to click both ‘OK’ buttons

1 Like

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 :point_down:

1 Like

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.

1 Like

Hi @PavaniDilip

It’s true, we can use if condition, it’s what i used…

I’m using both of the click OK within an IF condition

@J111

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.