05-12-2023 07:46 AM
This is for Marketo. If i hardcode the access token then it works fine. But if i parameterize the access token it throws access token invalid.
How do we pass the next URL for getting the nextpage results
NextURL: ‘%s/rest/v1/leads/programs/2696.json?’.sprintf(lib.env.marketo.api) + ‘nextPageToken=’+$entity.nextPageToken + ‘&access_token=’ + $original.access_token
Any inputs on this please?
marketochild_2023_05_12.slp (12.1 KB)
05-15-2023 09:39 AM
Any inputs on this please?