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
+12-35Lines changed: 12 additions & 35 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -187,42 +187,25 @@ For more information, see the following documentation:
187
187
188
188
## Return rows based on a sort order
189
189
190
-
For actions that return rows, such as the **List rows** action, you can use an ODATA query that returns rows in a specific sequence, which varies based on the rows that the action returns. For example, you can set up the action to return rows organized by the account name. For more information about the example action, see [List rows](/connectors/commondataserviceforapps/#list-rows).
190
+
For actions that return rows, such as the **List rows** action, you can use an ODATA query that returns rows in a specific sequence, which varies based on the rows that the action returns. For example, you can set up the action to return rows organized by the account name.
191
191
192
-
### [Standard](#tab/standard)
193
-
194
-
1. On the designer, in the action, open the **Advanced parameters** list, and select the **Sort By** property.
195
-
196
-

197
-
198
-
1. In the **Sort By** property that now appears in the action, enter the column name to use for sorting, for example, **name**:
199
-
200
-

192
+
1. On the designer, in the action, open the **Advanced parameters** list, and select the **Sort By** parameter.
201
193
202
-
For more information about `$orderby` system query options, see [Query data using the Web API - Sort By](/power-apps/developer/data-platform/webapi/query-data-web-api#sort-by).
194
+
:::image type="content" source="media/dataverse/dataverse-action-sort-by.png" alt-text="Screenshot shows workflow, a Dataverse action, and Sort By parameter." lightbox="media/dataverse/dataverse-action-sort-by.png":::
203
195
204
-
### [Consumption](#tab/consumption)
205
-
206
-
1. On the designer, in the action, open the **Add new parameter** list, and select the **Sort By** property.
207
-
208
-

196
+
1. In the **Sort By** parameter that now appears in the action, enter the column name to use for sorting, for example, **name**:
209
197
210
-
1. In the **Sort By** property that now appears in the action, enter the column name to use for sorting, for example, **name**:
198
+
:::image type="content" source="media/dataverse/dataverse-action-sort-by-column.png" alt-text="Screenshot shows workflow, a Dataverse action, and Sort By parameter with column name." lightbox="media/dataverse/dataverse-action-sort-by-column.png":::
211
199
212
-

213
-
214
-
For more information about `$orderby` system query options, see [Query data using the Web API - Sort By](/power-apps/developer/data-platform/webapi/query-data-web-api#sort-by).
200
+
For more information, see the following documentation:
-[`$orderby` system query options](/power-apps/developer/data-platform/webapi/query-data-web-api#sort-by)
217
204
218
205
## Field data types
219
206
220
207
In a trigger or action, a field value's data type must match the field's required data type. This requirement applies whether you manually enter the value or select the value from the dynamic content list.
221
208
222
-
> [!NOTE]
223
-
> The Dataverse connector has operation-specific parameters and database-specific parameters. For example,
224
-
> when you select a table, the parameters available for that table vary and differ from other tables.
225
-
226
209
For example, suppose that you have a table named **Tasks**. This table has fields that apply only to that table, while other tables have their own fields. For the example **Tasks** table, the following table describes some sample field types and the data types that those fields require for their values.
227
210
228
211
| Field | Data type | Description |
@@ -238,15 +221,9 @@ For the example **Tasks** table, suppose you use the **Add a new row** action to
238
221
239
222
* Based on the **Regarding** property, which specifies a row ID, and the **Regarding Type** property, which specifies the `accounts` lookup type, the action associates the new row with a specific account.
240
223
241
-
### [Standard](#tab/standard)
242
-
243
-

224
+
The resulting action looks like the following example:
244
225
245
-
### [Consumption](#tab/consumption)
246
-
247
-

248
-
249
-
---
226
+
:::image type="content" source="media/dataverse/add-new-row-task-properties.png" alt-text="Screenshot shows workflow code view, Add a new row action, and new tasks row associated with IDs and lookup types." lightbox="media/dataverse/add-new-row-task-properties.png":::
250
227
251
228
## Troubleshooting problems
252
229
@@ -311,9 +288,9 @@ To stop unwanted notifications, delete the `callbackregistrations` entity from t
311
288
312
289
### Duplicate 'callbackregistrations' entity
313
290
314
-
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.
291
+
In Standard 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.
315
292
316
-
## Next steps
293
+
## Related content
317
294
318
295
*[Managed connectors for Azure Logic Apps](managed.md)
319
296
*[Built-in connectors for Azure Logic Apps](built-in.md)
0 commit comments