Google places - Next page token

Yes, but it is a little tricky. I haven’t used any of the plugins, I just use the API Connector.

The issue is that you need two API calls, one for the first call, and one to do the Key + pagetoken one. And that means you can’t just send then 2nd APIs data to the repeating group as it is a different type (even though the fields are exactly the same).

So you save the page token and then when you want to do “next” you do another call. I have used a hidden input field to save the token.

1 Like