Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
pwagner
Partner - Creator III
Partner - Creator III

Error at testing REST connection "An item with the same key has already been added. Key: waypoints"

Hello,

I would like to use this API within a REST connection in Qlik Sense:

https://api.myptv.com/routing/v1/routes?waypoints=48.03499388291179,14.999836321332761&waypoints=45....

 

As you can see there two "waypoints" in the URL. 

Unfortunately Qlik Sense says "An item with the same key has already been added. Key: waypoints" and the API call error says - when I change waypoints to waypointsB - "there must two parameters with wayspoints".

 

Do you have any idea how I can solve this topic within the REST connector in Qlik Sense?

 

Best regards,

Patrick

Labels (4)
1 Solution

Accepted Solutions
pwagner
Partner - Creator III
Partner - Creator III
Author

I found a solution. I put the full URL (https://api.myptv.com/routing/v1/routes?waypoints=49.0133618,8.4277972&waypoints=48.8950289,8.671560...) into the URL.

And then I change the parameters in the URL within the WITH CONNECTION part.

Best regards, Patrick

View solution in original post

1 Reply
pwagner
Partner - Creator III
Partner - Creator III
Author

I found a solution. I put the full URL (https://api.myptv.com/routing/v1/routes?waypoints=49.0133618,8.4277972&waypoints=48.8950289,8.671560...) into the URL.

And then I change the parameters in the URL within the WITH CONNECTION part.

Best regards, Patrick