Webhook, JSON problem

Hi Erin,

meanwhile I realized what was wrong.
He wanted to get the Loc data from the wrong place.
{{stateData. [0] .Loc}} so good.

Another thought is that you can output infinite (newLocDecimal), even though 6 decimal places are enough. Can this be set?
“46.28534833333333,18.06197166666667”.

Ex. “46.285348,18.061971”

You can use the {{format}} helper to round to however many decimal places as you’d like. Pass the value as the first argument and a D3 format string as the second.

If you haven’t tried it already, I recommend using the in-workflow template tester to test your format strings against some sample values to see if you get the desired output, and then making the changes within your workflow once you’re happy with the results.

Hi Dylan,

thank you, managed to set up.