I need to filter emails based on their subject line, but ignore case sensitivity (e.g "CREDIT" or "Credit" or "credit")
Since the condition are is sensitive, How do I get the toLower to work with email subjects? It gives me an error that toLower requires a string.
E.g
Thanks.
Solved! Go to Solution.
I managed to get this working with a trigger condition:
Hi @bluedig
Thank you for posting.
According to your description, you would like to check whether subject contains any keywords and ignore case sensitivity. If any misunderstanding, please kindly let me know.
If that’s the case, we should use toLower() for subject as below:
toLower(DynamicContentofSubject) contains ‘keywords’
Once tested, I’m able to get subject contains ‘message center’.
If you still feel confused about steps above, just share me your flow steps and keywords if it’s ok for you. I can help you figure it out.
Hope the content above may help you.
Best regards,
Anna
The first Microsoft-sponsored Power Platform Conference is coming in September. 100+ speakers, 150+ sessions, and what's new and next for Power Platform.
Announcing a new way to share your feedback with the Power Automate Team.
Learn to digitize and optimize business processes and connect all your applications to share data in real time.
User | Count |
---|---|
72 | |
22 | |
17 | |
17 | |
14 |
User | Count |
---|---|
125 | |
35 | |
30 | |
28 | |
26 |