Hi, I am trying to retrieve all groups in our tenant using API: https://graph.microsoft.com/v1.0/groups?$filter=groupTypes/any(c:c eq 'Unified')&$select=displayName,id,visibility.
I configured the workflow using Do-Until and conditional check for nextLinkUri.
However after running for 45 mins, it stopped at record number 395 because the nextLinkUri was empty. But there are around 30k groups in our tenant.
I removed the default count from do until loop and set the timer to be PT4H.
Any tips on working through pagination for large number of records?
At record 395, the URI outputs looks like this, without odata.nextLink
Looking forward to suggestions.
Thanks!