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?
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?
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