hawkeye412
2 years agoNew Contributor II
HTTP Client Pagination: Error evaluating a number property
This error is coming from the Total pages to fetch section. (I am getting the URL that I want)
My entry:
$url + "type=" + _type + "&limit=" + _request_size + "&skip=" + (snap.out.totalCount + 500)
"url": "https://api.gleap.io/projects/123456/tickets?"
The purpose is to just increment by 500 each loop.
For anyone who looks at this. I made a mistake and had the information in the wrong field. It should have been in the field Next URL. This screen shot is wrong.