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
Copy file name to clipboardExpand all lines: articles/logic-apps/connectors/dataverse.md
+9-11Lines changed: 9 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,22 +17,20 @@ To automate workflow tasks that interact with your [Microsoft Dataverse database
17
17
18
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
19
20
+
The Dataverse connector was previously known as the Common Data Service 2.0 connector and originally known as the Dynamics 365 connector. You can use the Dataverse connector to access Microsoft Dataverse for Microsoft Dynamics 365 Sales, Microsoft Dynamics 365 Customer Service, Microsoft Dynamics 365 Field Service, Microsoft Dynamics 365 Customer Insights - Journeys, and Microsoft Dynamics 365 Project Service Automation.
21
+
20
22
This article shows how to add a Dataverse trigger or action to your workflow and how parameter options work.
21
23
22
24
> [!IMPORTANT]
23
25
>
24
26
> Since October 2023, new workflows must use the current Dataverse connector operations.
25
-
> Legacy Dataverse connector operations are no longer available in new workflows.
27
+
> Legacy Dataverse connector operations are no longer available for use in new workflows.
26
28
>
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
29
+
> To support backward compatibility, legacy Dataverse connector operations had one year
30
+
> from the deprecation announcement date to continue working in existing workflows.
31
+
> Although no specific shutdown date exists, make sure that you promptly update existing
32
+
> workflows to use the current connector operations. For more information, see
30
33
> [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
35
-
> 365 Customer Insights - Journeys, and Microsoft Dynamics 365 Project Service Automation.
36
34
37
35
## Connector reference
38
36
@@ -42,13 +40,13 @@ For technical information based on the connector's Swagger description, such as
42
40
43
41
* An Azure account and subscription. If you don't have a subscription, [sign up for a free Azure account](https://azure.microsoft.com/free/?WT.mc_id=A261C142F).
44
42
45
-
* A [Dataverse Data Service environment and database](/power-platform/admin/environments-overview), which is a space where your organization stores, manages, and shares business data in a Dataverse database. For more information, see the following resources:
43
+
* A [Dataverse Data Service environment and database](/power-platform/admin/environments-overview), which is where your organization stores, manages, and shares business data in a Dataverse database. For more information, see the following resources:
46
44
47
45
*[Learn: Create and manage Dataverse environments](/training/modules/create-manage-environments/)
* Basic knowledge about Azure Logic Apps and the Consumption or Standard logic app resource and workflow from where you want to access your Dataverse database. To use a Dataverse trigger, you need a blank workflow. To use a Dataverse action, you need a workflow that starts with any trigger appropriate for your scenario.
49
+
* Basic knowledge about Azure Logic Apps along with the Consumption or Standard logic app resource and workflow from where you want to access your Dataverse database. To use a Dataverse trigger, you need a blank workflow. To use a Dataverse action, you need a workflow that starts with any trigger appropriate for your scenario.
52
50
53
51
For more information, see the following resources:
0 commit comments