I currently have a flow which searches for all users, with no search term where the top is set to 10,000.
After this the flow inserts a new row in an SQL table for each user. But for some reason I can only get 999 results every time I run it, and am therefore missing some users. I tried putting in 0 instead to get all, but this has not been working.
If I could put in a filter and do it on two rounds it would be fine, but I can't seem to work out how to do this.
Any ideas on what I should do?
I found the solution. On the settings of the Search Users V2 step Pagination was not enabled. After enabling and setting the limit to 10,000 the flow was able to find 1053 records.