I need to know if I can create a location variable directly on the Payload Parser, because I want to show a fixed pin on a Map Widget. Currently, I’m sending the location variable from the Sigfox Backend, but it don’t work correctly.
Yes, you can pass the location using the Payload Parser.
Every time that you send a variable to us, you can send its name and a location attribute or make the changes in the payload parser.
Below you can see an example of how the code should look like in the payload parser.
Hi! It works, but now I have another problem. Using the map dashboard, the pin of each location I want to show does not respond to the color condition and I don’t know why.
Thanks for your help! your answer was really helpful