I miss a Delay function in Uipath apps

Hi

I would love to have a delay function, just to give the user time to read a message box or see what happens on the screen.

Lets say I add a queue item on the click of a button, after the item has been added a message box is shown and the user is taken to the frontpage.
The redirection to the frontpage overrules the showing of the messagebox, so the box is only visible for an extremely short period of time, and the user doesn’t have enough time to read what it says.

UiPath Forms lets you create a tiny pop-up with a message and a button. The user clicks when they’re ready, and only then the process continues. It’s the safest bet if you want a better user experience.
Hope this helps solve the issue!

It’s a good idea, but to the best of my knowledge it’s not possible in the “events” in UiPath Apps.

You’d probably need to handle it outside the event logic or find a workaround using orchestrator triggers or some delay logic in the process itself.

might be some Studio Web activity that we can explore if exist and use in Apps in Studio Web but dont think its supported in VB Apps