I want to send a notification email to specific email adress when a team get a task assigned in dynamics 365.
How do I initiate the flow from dataverse based on the assign-event i dynamics 365?
Solved! Go to Solution.
Hi @LeifSunesson,
You could use an or statement in the row filter for that. However, I haven't tried it with 8, don't know if that would work.
It would be something like below.
Below example is only with 3 teams. You need to change that to use 8.
_ownerid_value eq 6ab4563a-70b0-ea11-a812-000d3a7f2cbc or _ownerid_value eq f535b30d-ad68-4abf-88c0-10bb4160a921 or _ownerid_value eq a935b30d-ad68-4abf-88c0-10bb4160a933
Hi @LeifSunesson,
You can use the When a row is added, modified or deleted trigger action for this:
Below is an example of that approach.
Use the update event on the tasks table. Also make sure you add a column and row filter to the action which check the change of ownership.
Replace the record id of the below example by the id of your team
Thanks for your help 🙂 I have eight (8) different teams to filter out. Can I add them all in the row filter?
Is it a comma inbetween or what is the format to separate them?
Hi @LeifSunesson,
You could use an or statement in the row filter for that. However, I haven't tried it with 8, don't know if that would work.
It would be something like below.
Below example is only with 3 teams. You need to change that to use 8.
_ownerid_value eq 6ab4563a-70b0-ea11-a812-000d3a7f2cbc or _ownerid_value eq f535b30d-ad68-4abf-88c0-10bb4160a921 or _ownerid_value eq a935b30d-ad68-4abf-88c0-10bb4160a933
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 |
---|---|
71 | |
27 | |
22 | |
15 | |
14 |
User | Count |
---|---|
141 | |
43 | |
42 | |
34 | |
30 |