Hello
Under "When a a new email arrives (V3)", in the "FROM" field I want to specify that the flow should only be run if an email comes from a certain ending address (ie: the value after the @ sign).
Example - I only want my flow to run if the FROM email is from "@hotmail.com".
Is there some sort of a wildcard that I can use (like "*@hotmail.com")?
Thanks in advance for any assistance.
Solved! Go to Solution.
Hello @dutt_v ,
in the trigger conditions please add this expression:
@not(endsWith(triggerOutputs()?['body/from'],'@hotmail.com'))
If I have answered your question, please mark my post as Solved.
If you like my response, please give it a Thumbs Up.
BR,
Marco
Hello @dutt_v ,
in the trigger conditions please add this expression:
@not(endsWith(triggerOutputs()?['body/from'],'@hotmail.com'))
If I have answered your question, please mark my post as Solved.
If you like my response, please give it a Thumbs Up.
BR,
Marco
User | Count |
---|---|
90 | |
41 | |
22 | |
20 | |
16 |
User | Count |
---|---|
134 | |
54 | |
47 | |
36 | |
25 |