Skip to content

Commit 56d57dc

Browse files
author
Esther Fan
committed
Draft updates
1 parent f967344 commit 56d57dc

6 files changed

+8
-23
lines changed

articles/logic-apps/connectors/dataverse.md

Lines changed: 8 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -168,37 +168,22 @@ To run your workflow, follow these steps:
168168

169169
## Return rows based on a filter
170170

171-
For actions that return rows, such as the **List rows** action, you can use an ODATA query that returns rows based on the specified filter. For example, you can set up the action to return only rows for active accounts. For more information about the example action, see [List rows](/connectors/commondataserviceforapps/#list-rows).
171+
For actions that return rows, such as the **List rows** action, you can use an ODATA query that returns rows based on the specified filter. For example, you can set up the action to return only rows for active accounts.
172172

173-
### [Standard](#tab/standard)
174-
175-
1. On the designer, in the action, open the **Advanced parameters** list, and select the **Filter rows** property.
176-
177-
![Screenshot shows Standard workflow and property named Filter rows.](media/dataverse/dataverse-action-filter-rows-standard.png)
178-
179-
1. In the **Filter rows** property that now appears in the action, enter an ODATA query expression, for example:
180-
181-
`statuscode eq 1`
173+
1. On the designer, in the action, open the **Advanced parameters** list, and select the **Filter rows** parameter.
182174

183-
![Screenshot shows Standard workflow and property named Filter rows with ODATA query.](media/dataverse/dataverse-action-filter-rows-query-standard.png)
175+
:::image type="content" source="media/dataverse/dataverse-action-filter-rows.png" alt-text="Screenshot shows workflow and parameter named Filter rows." lightbox="media/dataverse/dataverse-action-filter-rows.png":::
184176

185-
For more information about `$filter` system query options, see [Query data using the Web API - Filter results](/power-apps/developer/data-platform/webapi/query-data-web-api#filter-results).
186-
187-
### [Consumption](#tab/consumption)
188-
189-
1. On the designer, in the action, open the **Add new parameter** list, and select the **Filter rows** property.
190-
191-
![Screenshot shows Consumption workflow and property named Filter rows.](media/dataverse/dataverse-action-filter-rows-consumption.png)
192-
193-
1. In the **Filter rows** property that now appears in the action, enter an ODATA query expression, for example:
177+
1. In the **Filter rows** parameter that now appears in the action, enter an ODATA query expression, for example:
194178

195179
`statuscode eq 1`
196180

197-
![Screenshot shows Consumption workflow and property named Filter rows property with ODATA query.](media/dataverse/dataverse-action-filter-rows-query-consumption.png)
181+
:::image type="content" source="media/dataverse/dataverse-action-filter-rows-query.png" alt-text="Screenshot shows Standard workflow and parameter named Filter rows with ODATA query." lightbox="media/dataverse/dataverse-action-filter-rows-query.png":::
198182

199-
For more information about `$filter` system query options, see [Query data using the Web API - Filter results](/power-apps/developer/data-platform/webapi/query-data-web-api#filter-results).
183+
For more information, see the following documentation:
200184

201-
---
185+
- [List rows](/connectors/commondataserviceforapps/#list-rows)
186+
- [`$filter` system query options](/power-apps/developer/data-platform/webapi/query-data-web-api#filter-results)
202187

203188
## Return rows based on a sort order
204189

28.6 KB
Loading
30.7 KB
Loading

0 commit comments

Comments
 (0)