I have a message box with the options of okay and cancel. I want the bot to stop execution if the user hits cancel. Is there a way to do this?
I tried saving the output of the message box and creating an if statement that says If message box output = cancel then keyboard: F12 which stops execution. The problem is the keyboard shortcut activity must be inside a Use Application/Browser activity.
I have seen some solutions suggesting using activities such as terminate workflow or stop job, but I don’t think these activities are available in StudioX.