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: powerapps-docs/developer/common-data-service/cds-odata-dataflows-migration.md
+4-8Lines changed: 4 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,15 +13,15 @@ search.app:
13
13
14
14
# Migrate data between Common Data Service environments using the dataflows OData connector
15
15
16
-
Common Data Service Web API works with any technology that supports OData and OAuth. There are many options available to move data in and out of Common Data Service. OData connector is one of the dataflows, which is designed to support migration and synchronization of large datasets in Common Data Service.
16
+
Common Data Service [Web API](/powerapps/developer/common-data-service/webapi/overview) works with any technology that supports OData and OAuth. There are many options available to move data in and out of Common Data Service. OData connector is one of the dataflows, which is designed to support migration and synchronization of large datasets in Common Data Service.
17
17
18
18
In this article, we walk you through how to migrate data between Common Data Service environments using the dataflows OData connector.
19
19
20
20
## Prerequisites
21
21
22
22
- System Administrator or System Customizer security role permission on both source and the target environments.
23
23
24
-
- Power Apps, Power Automate, or Common Data Service license (per app or per user)
24
+
- Power Apps, Power Automate, or Common Data Service license (per app or per user).
25
25
26
26
- Two Common Data Service [environments with database](/power-platform/admin/create-environment#create-an-environment-with-a-database).
27
27
@@ -35,13 +35,9 @@ In this article, we walk you through how to migrate data between Common Data Ser
35
35
36
36
1. Identify the source and target environments.
37
37
38
-
- The **source environment** is where the data comes from.
38
+
- The **source environment** is where the data is migrated from.
39
39
40
-
- The **target environment** is where the data is migrated.
41
-
42
-
43
-
> [!NOTE]
44
-
> Switch to **source** and **target** environments by selecting the **Environment** on the top right corner and select the appropriate environment from the list.
40
+
- The **target environment** is where the data is migrated to.
45
41
46
42
1. Ensure that the entities are already defined in the target environment. Ideally both environments should have the same entities defined with the same solution.
0 commit comments