Windows Desktop Notifications out of UIPath Process

Hey,

does anyone know how to send a Windows Desktop Notification out of a UIPath Process?

In my case, I would like to inform the user with a notification, that the process will be finished in around 1 Minute, without interrupting the user in their current work.

Thank you! Fabian

1 Like

Hey @FAB

The Message Box didn’t help ? As it also has auto close option now.

Please let us know.

Thanks
#nK

Hello @FAB

The method for sending windows desktop notification is bh using Message [box.]

You can set value to the “Automatically close after ” field

(https://docs.uipath.com/activities/docs/message-box)

@FAB, Did you ever figure out how to do this?