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!