Ask to user yes/No
If yes bot move to next activity
If No bot is stopped
Ask to user before uploading part.
If user is said yes
File is start to upload.
Hi Buddy ,
Hope this helps you… You Can use message box activity
In message box …you can see message box option which has TRUE-FALSE ,YES-NO,YES-NO-CANCEL, OKAY
PLEASE select yes-no option in that enter variable which output passes through variable
And use “IF Condition” if it is (variable.toupper.equals(“YES”) ) then moves to next step of your process
Thanks
Have a great day😉