hi guys can someone help me guide on how to set up URL parameters for a HTTP request?
I’ve tried several things but since I don’t know how to bind the values of the output, the response is giving me an error.
I’m trying to get the user’s location coordinates and pass them to the URL as query params.
this is one of the URL’s I tried to bind. it did not work, the “lat=” and “lng=” should be numbers.
“https://–URL—/app/api/pointInPolygon?lat=sensorVars.geolocation.latestValue.latitude&lng=sensorVars.geolocation.latestValue.longitude”
the URL should be as seen below
https://–URL–/app/api/pointInPolygon?lat=73.50380616334056&lng=4.177688974855751
Could anyone point me to the right direction please?