j’utlise l’activité Get Outlook Mail Message et dans le filtre j’ai mis ça “@SQL=”“urn:schemas:httpmail:subject”" like ‘%Subject1%’" afin de récupérer toutes email qui ont l’objet qui contient Subject1
ma question comment je filtre avec multiple Subject ? comment rajouter un Subject2 dans le filtre ?
lrtetala
(Lakshman Reddy)
March 7, 2025, 4:30pm
2
Hi @Noussaier_MOUKADEM
Can you try this
"@SQL=""urn:schemas:httpmail:subject"" LIKE '%Subject1%' OR ""urn:schemas:httpmail:subject"" LIKE '%Subject2%'"
The UiPath Documentation Portal - the home of all our valuable information. Find here everything you need to guide you in your automation journey in the UiPath ecosystem, from complex installation guides to quick tutorials, to practical business...
Regards,
lrtetala
(Lakshman Reddy)
March 7, 2025, 5:12pm
4
@Noussaier_MOUKADEM
Hope you got the solution for your question. If yes, please mark it as solution to close the thread and it will be helpful for others.
Forum FAQ - How to mark a post as a solution
This document is part of our beginners guide .
This article will teach you how to properly mark a post as a solution.
We were closely following our last UiPath Forum feedback round! topic and carefully extracted all the bits of feedback that was provided. As such, we would like to tackle the topic of solutions on our Forum and how to properly use them.
When is the topic resolved?
The topic can be considered resolved when the topic author has found…
Regards,
@SQL=“”“urn:schemas:httpmail:subject”" like ‘%Subject1%’ OR ““urn:schemas:httpmail:subject”” like ‘%Subject2%’"
This retrieves emails with either Subject1 or Subject2.
@Noussaier_MOUKADEM - If this information is helpful, please mark as solution. Thanks
system
(system)
Closed
March 10, 2025, 6:38pm
6
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.