Yearly report dispatcher

what is the problem
image

Hey @balajithiru4,

As the error says “Activity Timeout Exceeded”.Reason for this error could be:

-UiPath is unable to find the UiElement
-UiElement is taking longer to appear on the screen.

you can set the timeout to 50000 let’s say to check if it is working.

Hi @balajithiru4

Few things to check here…

  1. Make sure the selector you have used is correct
  2. In the properties of this activity, there is a property named repeat forever. Make sure it is set to False.

Let know how it goes

1 Like