I am trying to create a flow that includes the "When a new email arrives" connector. I would like this to trigger only when an email is received from "Test@example.com". When I press save, it confirms that it has saved. However, when I refresh, the "Test@example.com" entry disappears. Any thoughts would be welcome. Thank you.
Solved! Go to Solution.
Yes, you can use a trigger condition:
@equals(triggerOutputs()?['body/from'],'test@example.com')
Ellis
Thanks @VictorIvanidze , but unfortunately pressing tab does not solve the issue 😞
Then use a trigger condition as described here: https://powerusers.microsoft.com/t5/Building-Flows/Flow-not-retaining-non-exchange-email-address-set...
Yes, you can use a trigger condition:
@equals(triggerOutputs()?['body/from'],'test@example.com')
Ellis
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 |
---|---|
40 | |
18 | |
15 | |
14 | |
13 |
User | Count |
---|---|
67 | |
36 | |
28 | |
21 | |
19 |