Hi,
I have a few flows running that Connect to Dynamics 365 (Customer Engagment) using the Dynamics 365 triggers e.g.
- When a record is created
- When a record is updated
- When a record is create or updated.
The Flows are running fine, however the trigger's have no ODATA filter options which means you get a very large amount of "Throw away" flow runs that simply don't need to run and get cancelled because they don't meet critera further into the flow. Does anyone know if there is a better solution for Flow trigger's in D365 (CRM)?
Thanks
Tom
Solved! Go to Solution.
Hi @SAG_Toma
If you create your Flow within a solution you should have access to the connector "Common Data Service (current environment)". This has a single trigger that can be configured to run when a record is created, created or updated, deleted, etc
One of the options in this trigger is the "Filtering attributes". By providing the schema names for fields within the entity, the trigger will only fire if one of the defined properties is modified.
Proud to be a Flownaut!
Follow me on Twitter at @QG_LeeJHarris
Or on LinkedIn at in/leejharris
Hi @SAG_Toma
If you create your Flow within a solution you should have access to the connector "Common Data Service (current environment)". This has a single trigger that can be configured to run when a record is created, created or updated, deleted, etc
One of the options in this trigger is the "Filtering attributes". By providing the schema names for fields within the entity, the trigger will only fire if one of the defined properties is modified.
Proud to be a Flownaut!
Follow me on Twitter at @QG_LeeJHarris
Or on LinkedIn at in/leejharris
Ah OK,
That's intresting, I had not thought of just by passing CRM and just going straight to CDS. Thanks for the tip!
Dive into the Power Platform stack with hands-on sessions and labs, virtually delivered to you by experts and community leaders.
Watch Nick Doelman's session from the 2020 Power Platform Community Conference on demand!
User | Count |
---|---|
41 | |
40 | |
38 | |
34 | |
30 |
User | Count |
---|---|
47 | |
36 | |
34 | |
25 | |
24 |