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
In several production Logic App (Standard) workflows, we have a Dataverse FetchXml statement with a "top" parameter that specifies the number of records to return for the query. Starting sometime on 3/17/2025, the Dataverse connector or Logic Apps runtime is removing or otherwise ignoring the "top" parameter and this results in the query returning 2,000 records for each run. The quick fix was to provide a value for the action's Row Count parameter. But the sudden change in functionality is causing problems.
Example: The following FetchXml statement in a "List rows" Dataverse action now returns 2,000 rows instead of the expected 50: