Skip to content

Commit 40d2cf2

Browse files
author
Esther Fan
committed
Updates
1 parent b705371 commit 40d2cf2

10 files changed

+12
-35
lines changed

articles/logic-apps/connectors/dataverse.md

Lines changed: 12 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -187,42 +187,25 @@ For more information, see the following documentation:
187187

188188
## Return rows based on a sort order
189189

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.
191191

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-
![Screenshot shows Standard workflow, a Dataverse action, and Sort By property.](media/dataverse/dataverse-action-sort-by-standard.png)
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-
![Screenshot shows Standard workflow, a Dataverse action, and Sort By property with column name.](media/dataverse/dataverse-action-sort-by-column-standard.png)
192+
1. On the designer, in the action, open the **Advanced parameters** list, and select the **Sort By** parameter.
201193

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":::
203195

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-
![Screenshot shows Consumption workflow, a Dataverse action, and property named Sort By.](media/dataverse/dataverse-action-sort-by-consumption.png)
196+
1. In the **Sort By** parameter that now appears in the action, enter the column name to use for sorting, for example, **name**:
209197

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":::
211199

212-
![Screenshot shows Consumption workflow, a Dataverse action, and Sort By property with column name.](media/dataverse/dataverse-action-sort-by-column-consumption.png)
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:
215201

216-
---
202+
- [List rows](/connectors/commondataserviceforapps/#list-rows)
203+
- [`$orderby` system query options](/power-apps/developer/data-platform/webapi/query-data-web-api#sort-by)
217204

218205
## Field data types
219206

220207
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.
221208

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-
226209
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.
227210

228211
| Field | Data type | Description |
@@ -238,15 +221,9 @@ For the example **Tasks** table, suppose you use the **Add a new row** action to
238221

239222
* 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.
240223

241-
### [Standard](#tab/standard)
242-
243-
![Screenshot shows Standard workflow code view, Add a new row action, and new tasks row associated with IDs and lookup types.](media/dataverse/add-a-new-row-task-properties-standard.png)
224+
The resulting action looks like the following example:
244225

245-
### [Consumption](#tab/consumption)
246-
247-
![Screenshot shows Consumption workflow code view, Add a new row action, and new tasks row associated with IDs and lookup types.](media/dataverse/add-a-new-row-task-properties-consumption.png)
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":::
250227

251228
## Troubleshooting problems
252229

@@ -311,9 +288,9 @@ To stop unwanted notifications, delete the `callbackregistrations` entity from t
311288

312289
### Duplicate 'callbackregistrations' entity
313290

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.
315292

316-
## Next steps
293+
## Related content
317294

318295
* [Managed connectors for Azure Logic Apps](managed.md)
319296
* [Built-in connectors for Azure Logic Apps](built-in.md)
126 KB
Loading
28.1 KB
Loading
31.6 KB
Loading

0 commit comments

Comments
 (0)