Skip to content

Commit a17e4fe

Browse files
Merge pull request #267312 from ecfan/patch-1
Microsoft Dataverse connector - Add link to deprecation announcement
2 parents c4b9a7c + 0de5b4e commit a17e4fe

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

articles/connectors/connect-common-data-service.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: Connect to Microsoft Dataverse, previously Common Data Service
3-
description: Create and manage rows from Microsoft Dataverse, previously Common Data Service, in workflows using Azure Logic Apps.
2+
title: Connect to Microsoft Dataverse from your workflow
3+
description: Create and manage rows in Microsoft Dataverse from your workflow in Azure Logic Apps.
44
services: logic-apps
55
ms.suite: integration
66
ms.reviewer: jdaly, estfan, azla
@@ -9,24 +9,24 @@ ms.date: 12/14/2023
99
ms.custom: engagement-fy23
1010
---
1111

12-
# Connect to Microsoft Dataverse (previously Common Data Service) from workflows in Azure Logic Apps
12+
# Connect to Microsoft Dataverse from workflows in Azure Logic Apps
1313

1414
[!INCLUDE [logic-apps-sku-consumption-standard](../../includes/logic-apps-sku-consumption-standard.md)]
1515

1616
> [!IMPORTANT]
1717
>
1818
> On August 30, 2022, the connector operations for Common Data Service 2.0, also known as Microsoft Dataverse
19-
> (Legacy), migrate to the current Microsoft Dataverse connector. Legacy operations bear the "legacy" label,
19+
> (Legacy), migrated to the current Microsoft Dataverse connector. Legacy operations bear the "legacy" label,
2020
> while current operations bear the "preview" label. You can use the current Dataverse connector in any
2121
> existing or new logic app workflows. For backward compatibility, existing workflows continue to work
2222
> with the legacy Dataverse connector. However, make sure to review these workflows, and update them promptly.
2323
>
24-
> Starting October 2023, the legacy version becomes unavailable for new workflows. Existing workflows continue
25-
> to work, but you *must* use the current Dataverse connector for new workflows. At that time, a timeline for the shutdown date for the legacy actions and triggers will be announced.
26-
>
27-
> Since November 2020, the Common Data Service connector was renamed Microsoft Dataverse (Legacy).
24+
> Since October 2023, the legacy version became unavailable for new workflows. Existing workflows continue
25+
> to work, but you *must* use the current Dataverse connector operations for new workflows. A timeline for
26+
> the shutdown date for the legacy actions and triggers will be announced. For more information, see
27+
> [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).
2828
29-
To create and run automated workflows that manage rows in your [Microsoft Dataverse database, formerly Common Data Service database](/powerapps/maker/common-data-service/data-platform-intro), you can use [Azure Logic Apps](../logic-apps/logic-apps-overview.md) and the [Microsoft Dataverse connector](/connectors/commondataserviceforapps/). These workflows can 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.
29+
To create and run automated workflows that create and manage rows in your [Microsoft Dataverse database](/powerapps/maker/common-data-service/data-platform-intro), you can use [Azure Logic Apps](../logic-apps/logic-apps-overview.md) and the [Microsoft Dataverse connector](/connectors/commondataserviceforapps/). These workflows can 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.
3030

3131
This guide shows how to create a workflow that creates a task row whenever a new lead row is created.
3232

@@ -328,7 +328,7 @@ To stop unwanted notifications, delete the `callbackregistrations` entity from t
328328

329329
### Duplicate 'callbackregistrations' entity
330330

331-
In Standard logic app workflows, under specific conditions such as instance reallocation or application restart, the Microsoft Dataverse trigger duplicately runs, which results in creating a duplicate `callbackregistrations` entity in your Dataverse database. If you edit a Standard workflow that starts with a Dataverse trigger, check whether this `callbackregistrations` entity is duplicated. If the duplicate exists, manually delete the duplicate `callbackregistrations` entity.
331+
In Standard logic app workflows, under specific conditions such as instance reallocation or application restart, the Microsoft Dataverse trigger starts a duplicate run, which creates a duplicate `callbackregistrations` entity in your Dataverse database. If you edit a Standard workflow that starts with a Dataverse trigger, check whether this `callbackregistrations` entity is duplicated. If the duplicate exists, manually delete the duplicate `callbackregistrations` entity.
332332

333333
## Next steps
334334

0 commit comments

Comments
 (0)