cancel
Showing results for 
Search instead for 
Did you mean: 

HTTP Client Pagination: Error evaluating a number property

hawkeye412
New Contributor II

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)

 

hawkeye412_0-1707774705931.png

 

"url": "https://api.gleap.io/projects/123456/tickets?"

 

 
The purpose is to just increment by 500 each loop.

 

1 ACCEPTED SOLUTION

hawkeye412
New Contributor II

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.

hawkeye412_0-1708020685973.png

 

View solution in original post

2 REPLIES 2

SpiroTaleski
Valued Contributor

@hawkeye412 

Given the details, my assumption is that some of the parameters that you are passing is not numeric type(that should be).

Just a note, every parameter that is passed from a pipeline parameters will be with type String.  So, you will need to explicitly convert to a type that the API expect. 

BR,

Spiro Taleski

hawkeye412
New Contributor II

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.

hawkeye412_0-1708020685973.png