I have an application that triggers an auditory alert on the computer from time to time. I would like to initiate an event when this sound alert is triggered. Would it be possible in UiPath?
Note: The notification is auditory, not visual.
I have an application that triggers an auditory alert on the computer from time to time. I would like to initiate an event when this sound alert is triggered. Would it be possible in UiPath?
Note: The notification is auditory, not visual.
Verify which service is triggered when the sound is played…so that on start of that service the process can be triggered
Cheers
Hi @eniosoeiro
You can try look if some process is starting when sound alert occurs in Details section in Task Manager. After identify the process name, you will be able to set up the bot like this
Hi @eniosoeiro ,
In my opinion yes, you can see that when this sound notification application is active, it will have an active task.
You can check the process name of this application to start the next process
Regards,