Is there any activity in Studio which enable us to send outlook mail messages in the foreground? I have a datatable with around 20 email addresses, I want to proofread the content and click the send button by myself. and after i click the “send” button the robot has to process the next email address. Is there any activity which will make the activity in the foreground and not background?
So basically, i want the robot to open the outlook in my desktop and want to see the email ids it is entering and I want to make sure if the content is correct and then click the send button by myself. when i click the send button the robot should enter details for the next email id in the loop.
in a simple approach we could interrupt the robot just with a message box.
Robot works
Robot shows message box and is pausing (e.g. Box text. Send email or discard - Yes, No Button)
User do proofreading
User clicks on message box buttons
Robot continues