Need Work Flow,How To Check Outlook Mail in Inbox in every 10 min. and if not getting any mail from Specific mail id(Gmail) then send a remainder to that Mail Id. ?
Regards
Kirti
Need Work Flow,How To Check Outlook Mail in Inbox in every 10 min. and if not getting any mail from Specific mail id(Gmail) then send a remainder to that Mail Id. ?
Regards
Kirti
You can do below way. Pass below code into Decision Box Condtion.
emails.Where(Function(x) x.Sender.Address="youremail@gmail.com").Any
Can you please Upload .XAML File ?
Try to replicate the above image and attach your xaml. I can assist you if you have any issues.
Uipath offers free online course at academy in case if you want to improve your skills.
Udemy also offers Uipath course but NOT for free.
Which Activities U Used For Received and Send Reminder ?
Received is just a message box, you can ignore True case if you don’t need.
Send Reminder is Send Outlook Email activity.
where to define “emails” ?
If it is a variable then what its Scope and Data type ?