Hi all,
I am having issues fetching Users from an instance of Dynamics 365. I am using the List Records action with a filter of
isdisabled eq false and accessmode ne 3 and accessmode ne 4 and accessmode ne 5
However, I am not seeing all of the expected results returned. If I run the same query with the exact same filter against the Dynamics 365 Web API I receive all the matching records. Flow is only returning 512 Users though I have also tried explicitly setting the Top value higher than this with no luck.
I have tried this with both the old Dynamics 365 connector and the Common Data Service and they both have the same issue.
Anyone else encountered this and know how I can get the filter to function correctly within Flow?