Skip to content

Commit 313a09b

Browse files
author
Esther Fan
committed
Clarity updates
1 parent 40d2cf2 commit 313a09b

File tree

2 files changed

+19
-47
lines changed

2 files changed

+19
-47
lines changed

articles/connectors/connectors-create-api-crmonline.md

Lines changed: 0 additions & 26 deletions
This file was deleted.

articles/logic-apps/connectors/dataverse.md

Lines changed: 19 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -5,37 +5,35 @@ services: logic-apps
55
ms.suite: integration
66
ms.reviewer: jdaly, estfan, azla
77
ms.topic: how-to
8-
ms.date: 01/14/2025
8+
ms.date: 07/20/2025
99
ms.custom: engagement-fy23
1010
---
1111

1212
# Connect to Microsoft Dataverse from workflows in Azure Logic Apps
1313

14-
[!INCLUDE [logic-apps-sku-consumption-standard](../../includes/logic-apps-sku-consumption-standard.md)]
14+
[!INCLUDE [logic-apps-sku-consumption-standard](../../../includes/logic-apps-sku-consumption-standard.md)]
15+
16+
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.
1521

1622
> [!IMPORTANT]
1723
>
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.
2626
>
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
3335
> 365 Customer Insights - Journeys, and Microsoft Dynamics 365 Project Service Automation.
3436
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-
3937
## Connector reference
4038

4139
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
262260

263261
`https://fabrikam-preprod.crm1.dynamics.com/api/data/v9.0/callbackregistrations?$filter=entityname eq 'nov_validation' and message eq 1`
264262

265-
![Screenshot shows browser window and OData URI in address bar.](media/dataverse/find-callback-registrations.png)
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":::
266264

267265
> [!NOTE]
268266
>

0 commit comments

Comments
 (0)