Hello Team,
i want to run a process after appearing below message box , I did it as below but it doesn’t work , any suggestions ?
i created flow as below :
Python code - python generates this message box - process shall continue after appearing this message.
what is happen , is the process doesn’t continue when I run python script through UiPath , it runs when I run script from python itself.

Hi @sesa499170
I am not sure there is process trigger with message box instead you can use an application. you can start your process if any of the application is opened you can end the process if that application is closed.
refer the below video for your reference.
1 Like
i created flow as below :
Python code - python generates this message box - process shall continue after appearing this message.
what is happen , is the process doesn’t continue when I run python script through UiPath , it runs when I run script from python itself.