You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To automate workflow tasks that interact with your [Microsoft Dataverse database](/power-apps/maker/data-platform/data-platform-intro), you can use the [Microsoft Dataverse connector](/connectors/commondataserviceforapps/) with workflows in [Azure Logic Apps](../logic-apps-overview.md).
17
+
18
+
For example, you can build workflows that create rows, update rows, and perform other operations. You can also get information from your Dataverse database and make the output available for other actions to use in your workflows. For example, when a row is added, updated, or deleted in your Dataverse database, you can send an email by using the Office 365 Outlook connector.
19
+
20
+
This article shows how to add a Dataverse trigger or action to your workflow and how parameter options work.
15
21
16
22
> [!IMPORTANT]
17
23
>
18
-
> Since October 2023, you *must* use the current Dataverse connector operations for new workflows.
19
-
> The legacy Dataverse connector operations are unavailable for new workflows. No timeline or
20
-
> shutdown date is available yet for legacy connector operations. For more information, see
21
-
> [Microsoft Dataverse (legacy) connector for Azure Logic Apps will be deprecated and replaced with another connector](/power-platform/important-changes-coming#microsoft-dataverse-legacy-connector-for-azure-logic-apps-will-be-deprecated-and-replaced-with-another-connector).
22
-
>
23
-
> On August 30, 2022, the current Dataverse connector included both the latest "preview" operations
24
-
> and "legacy" operations from the Microsoft Dataverse (Legacy) connector. The legacy connector
25
-
> was known as the Common Data Service 2.0 connector, and originally the Dynamics 365 connector.
24
+
> Since October 2023, new workflows must use the current Dataverse connector operations.
25
+
> Legacy Dataverse connector operations are no longer available in new workflows.
26
26
>
27
-
> You can use the current Dataverse connector in any existing or new logic app workflows. For backward
28
-
> compatibility, existing workflows continue to work with the legacy Dataverse connector. However, make
29
-
> sure that you review these workflows, and update them promptly.
30
-
>
31
-
> You can use the Dataverse connector to access Microsoft Dataverse for Microsoft Dynamics 365 Sales,
32
-
> Microsoft Dynamics 365 Customer Service, Microsoft Dynamics 365 Field Service, Microsoft Dynamics
27
+
> For existing workflows, no shutdown date or timeline currently exists for legacy connector operations.
28
+
> To support backward compatibility, existing workflows continue to work with legacy Dataverse connector
29
+
> operations. However, make sure that you review these workflows, and update them promptly. For more information, see
30
+
> [Microsoft Dataverse (legacy) connector for Azure Logic Apps will be deprecated and replaced with another connector](/power-platform/important-changes-coming#microsoft-dataverse-legacy-connector-for-azure-logic-apps-will-be-deprecated-and-replaced-with-another-connector).
31
+
>
32
+
> The legacy connector was known as the Common Data Service 2.0 connector, and originally the Dynamics
33
+
> 365 connector. You can use the Dataverse connector to access Microsoft Dataverse for Microsoft Dynamics
34
+
> 365 Sales, Microsoft Dynamics 365 Customer Service, Microsoft Dynamics 365 Field Service, Microsoft Dynamics
33
35
> 365 Customer Insights - Journeys, and Microsoft Dynamics 365 Project Service Automation.
34
36
35
-
To automate workflow tasks that interact with your [Microsoft Dataverse database](/power-apps/maker/data-platform/data-platform-intro), you can use the [Microsoft Dataverse connector](/connectors/commondataserviceforapps/) with workflows in [Azure Logic Apps](../logic-apps-overview.md). For example, you can build workflows that create rows, update rows, and perform other operations. You can also get information from your Dataverse database and make the output available for other actions to use in your workflows. For example, when a row is added, updated, or deleted in your Dataverse database, you can send an email by using the Office 365 Outlook connector.
36
-
37
-
This article shows how to create a workflow that creates a task row whenever a new lead row is created.
38
-
39
37
## Connector reference
40
38
41
39
For technical information based on the connector's Swagger description, such as operations, limits, and other details, see the [managed connector reference page](/connectors/commondataserviceforapps/).
@@ -262,7 +260,7 @@ To stop unwanted notifications, delete the `callbackregistrations` entity from t
262
260
263
261
`https://fabrikam-preprod.crm1.dynamics.com/api/data/v9.0/callbackregistrations?$filter=entityname eq 'nov_validation' and message eq 1`
264
262
265
-

263
+
:::image type="content" source="media/dataverse/find-callback-registrations.png" alt-text="Screenshot shows browser window and OData URI in address bar." lightbox="media/dataverse/find-callback-registrations.png":::
0 commit comments