Skip to main content

Posts

Showing posts with the label trigger on update

Flow - Trigger on update - Difference in CDS connectors

Trigger on update Today we gonna look on options, how to trigger a flow, when an opportunity is set to status "won", using the different CDS/Dynamics connectors. Dynamics 365 The Dynamics365 connector has been announced as depricated in April 2019, so it should not be used anymore. Still if you have a look at templates in PowerAutomate, many templates for this connector are offered, like: Create a project, when an opportunity is won It starts of with defining either a "When a record is updated" or "When a record is created or updated" trigger: In the trigger you define to which CRM organization your flow should be connected and on which entity it should be executed. Then you define a check condition, e.g. in this case to check if the status equals 1 (=won). In case the condition evalutes to true, you create a new project, else the flow does nothing. The big short comings on this approach (according my point of view) are:...