Filter in (outlook )

Hi guys I am relatively new to uipath
Doing outlook automation for first time

How do we filter mails based on subject by filter panel of get outlook message

Hi @Jhanvi_Krishna
Kindly try below expression in filter

ā€œ@SQL=urn:schemas:httpmail:subject LIKE '%ā€+yourvariable+ā€œ%'ā€

Let me know if you have any questions

Thanks

1 Like

Hi @nikhil.girish thanks for your help

Would try this and let you know

1 Like

Sure @Jhanvi_Krishna

Just letting you One more expression for filter

ā€œ[Subject] = 'ā€+varSubject+ā€œ'ā€

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.