Post a count down box when in delay time

Hi, I want to give the tips when the process in loop delay time. I want to post a count down box. How can I do ?

Hi @fightblue ,

You can try using a Tooltip activity (https://docs.uipath.com/activities/lang-en/docs/callout) within a Do While activity (https://docs.uipath.com/studio/docs/the-do-while-activity) as shown below:

This is the helper file: TipsForDelay.xaml (8.0 KB)

Hope it helps!
Best regards,
Marius

1 Like

it is a good solution. Thanks
If it is like message box without target, it will be better.

Hi @fightblue ,

The Message Box activity (Activities - Message Box) needs user’s interaction (Ok , Yes , No or, Cancel) in order to go to next step, while for the Tooltip activity you have the Timer option where you can set the

Duration until the pop-up is automatically closed. By default, the pop-up does not close.

Best regards,
Marius

Hi @fightblue

I provide you with another solution, perhaps it is useful for you.
Sample.zip (3.7 KB)

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.