Find message in Outlook

Hi to everyone!

I want the robot to go into Outlook and find a specific message, can anyone help me?

Thanks! :slight_smile:

Hello,

You can use the ā€œFilterā€ property in Get Outlook Mail Messages for get a specific message.

1 Like

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.

1 Like

Hi @ELISA_ARTALEJO_BARINAGA

Please have a look at this thread

Hope this helps,

Thanks

1 Like

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. :slight_smile:

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.

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.