Skip to content
Discussion options

You must be logged in to vote

While pagination isn't necessarily supported by the plugin, you can manually deal with it if you roughly know how many results you're going to produce. You can create several identical queries calling out different pages, then use a 'Merge' Transformation, which will essentially union it all together.
i.e.

In your case, you're going to need to know roughly how many users you're trying to query, if 2,000 - 3,000, then do 3 queries (1,000 max results each)

Because you are manually defining pages, this method will not scale with your data, which is the biggest downfall.

Replies: 3 comments 4 replies

Comment options

You must be logged in to vote
3 replies
@Usama420-git
Comment options

@yesoreyeram
Comment options

@Usama420-git
Comment options

Comment options

You must be logged in to vote
1 reply
@yesoreyeram
Comment options

Answer selected by Usama420-git
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
4 participants