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
@@ -64,7 +53,7 @@ The following steps are required to migrate data:
64
53
> [!NOTE]
65
54
> The words to describe a Common Data Service `instance` and `environment` are used interchangeably in this article. Each environment in the Power Platform can have 0 or 1 Common Data Service instance(s). More information: [Create Common Data Service database](https://docs.microsoft.com/power-platform/admin/create-database).
66
55
67
-
## Get the OData endpoint
56
+
## Step 2: Get the OData endpoint
68
57
69
58
Common Data Service provides an OData endpoint that does not require any additional configuration to authenticate with the dataflows connector. It is relatively easy process to connect to the source instance.
70
59
@@ -87,7 +76,7 @@ From the **source** environment, get the [OData endpoint](https://docs.microsoft
87
76
> [!div class="mx-imgBorder"]
88
77
> 
89
78
90
-
## Create a new OData dataflow
79
+
## Step 3: Create a new OData dataflow
91
80
92
81
In the **target** environment, create a new dataflow with the OData connector.
93
82
@@ -124,7 +113,7 @@ In the **target** environment, create a new dataflow with the OData connector.
124
113
125
114
1. Select **Next** in the bottom right.
126
115
127
-
## Select and transform data with the Power Query
116
+
## Step 4: Select and transform data with the Power Query
128
117
129
118
Use the Power Query, which allows to select the tables and also allows the transformation of data.
130
119
@@ -149,11 +138,11 @@ First, select the entities that need to be transferred. You can browse all entit
This section describes how to define the target instance settings.
155
144
156
-
### Map entities
145
+
### Step 6: Map entities
157
146
158
147
For each entity chosen, select the behavior for importing that entity in these settings and select **Next**.
159
148
@@ -180,11 +169,11 @@ For each entity chosen, select the behavior for importing that entity in these s
180
169
181
170
- There is an option to **Do not load**, but do not include entities in the dataflow that are not being loaded. You can select **Back** from this menu to return to the Power Query menu and remove the entities that are not needed.
182
171
183
-
### Refresh settings
172
+
### Step 7: Refresh settings
184
173
185
174
Select **Refresh manually** since this is a one-time migration ad select **Create**.
186
175
187
-
### Run the dataflow
176
+
### Step 8: Run the dataflow
188
177
189
178
The initial dataflow load initiates when you select the **Create** button.
0 commit comments