nextPageToken in HTTP request

I’m struggling getting the rest of data
image
It tells me that there’s a next page but i can’t reach it.

can anyone help please?

PS: i found a similar case in the community and @Bjorn.drivn was about to answer it but he didn’t. Can you please help me?

Hey @islamnazmi Can you please specify which application’s module you are using in the screenshot?

2 Likes

Hey @VinayakUpadhyay, i use HTTP make a request module

I think you will need to make another http request using second http module to get the next page result.

Solved.

3 Likes

The second HTTP:
image

If there were more than 200 records, I should set the next pageToken variable and do the same

2 Likes