When setting up a power automate flow, I am using a get query results from Azure DevOps component.
There is an option to set the maximum number of rows (i.e. 5000), but the object never returns more than 1000 records (regardless of the setting).
When I peek the code, it shows 5000 in the code and if I pull the query via PowerShell, it returns more than 1000 rows.
Has anyone run into this ?
Thanks