Label in Delay activity

I suggest you to add the a label in the delay activity to have a reference that is waiting for

1 Like

Do you want to display the timeout on the designer?

No, I want to write a text which help me to know what window or object is waiting.
For example, when I have to wait for a window I use this

DO
ELEMENT EXISTS (Bool)
delay (00:00:01)
WHILE not bool.

However, There is not a way to know in which do while the process is because I can have 5 0 20 cycles waiting for a different Window. For this reason I suggest you to add the possibility to specify the text displayed by the UIPATH during a delay

Do you mean in debug mode/logging?

You can change the label of any activity by clicking its name.

1 Like