How to setup the route button in map widget

Hello,

I have a variable named location in my bucket with lat and long as location values and have that populated in the route section of the map widget.

My map never shows a button though. What am I missing?

Hi Christian,

How strange, mine looks like this.

Mines configured like so:

I’d suggest making sure you’ve picked the correct variable. Also make sure you’re sending the data to the variable that you’ve allocated to the route. In my case that is the route variable.

What does your payload look like? I am using a bp device and it doesnt seem to be working.

My payload looks like this:

[

{

"variable": "test\_location",

"value": "Test Location Name",

"location": {

  "lat": 35.770723,

  "lng": \-78.677328

}

}

]

Look at the attachements for my setup