Greetings,
There are many posts here on SharePoint limits of 100 and how to get around it.
This is not SharePoint related.
Very simple flow;
- Manual Button Trigger
- o365 user connector - "Search for users"
Search field is left blank and it returns 2k+ records
This part works well, goes very fast - Data Operation connector - "Filter Array"
From = @outputs('Search_for_users_(V2)'
@contains(item()?['City'], 'CityXYZ')
- CityXYZ has 327 entries when looking at the raw outputs of Search for users
- Output of Filter Array does not go above 100
anyone have any thoughts on why the Filter Array stops at 100?