Hi to everyone!
I want the robot to go into Outlook and find a specific message, can anyone help me?
Thanks!
Hi to everyone!
I want the robot to go into Outlook and find a specific message, can anyone help me?
Thanks!
Hello,
You can use the āFilterā property in Get Outlook Mail Messages for get a specific message.
I want that, If the robot finds the message it should click on the link inside.
Hello while reading the message in the variable are you getting any link related data?
I hope if the email body contains a link then while reading the email it should also read.
Sorry everyone, I donāt think I have explained myself very well.
I want the robot to find a message in outlook, if it finds it, to run another workflow and if it doesnāt find it, to run it again the next day.
I hope I have explained myself better, thank you very much.
HI ,
There is a filter option property is there in the Get mail message itself .
[Subject]=āRetrieve only this messageā
If the output from get mail message activity count is greater than then process or call next workflow .Else stop the bot as no record to process for day.
you have already filled in that image.
@Priyanka_Ramesh OK, I see that, so what I donāt understand is how to do what you said before: āIf the output from get mail message activity count is greater than then process or call next workflow .Else stop the bot as no record to process for day.ā
Hoe can I change that filter that instead of equals is a like
Something like
ā[Subject] = LIKE āYour Cardāā
I tried that but didnāt work
@JavRR Try setting the filter as ā@SQL=āāurn:schemas:httpmail:subjectā" like ā%Your Card%ā"
Hope it helps.