Forum Discussion

hawkeye412's avatar
hawkeye412
New Contributor II
2 years ago
Solved

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.