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
+8-23Lines changed: 8 additions & 23 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -168,37 +168,22 @@ To run your workflow, follow these steps:
168
168
169
169
## Return rows based on a filter
170
170
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.
172
172
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
-

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.
182
174
183
-

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":::
184
176
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
-

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:
194
178
195
179
`statuscode eq 1`
196
180
197
-

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":::
198
182
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:
0 commit comments