Replies: 1 comment 1 reply
-
|
It should work by doing |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
is it possibile to get the value from a variable array?
example:
the variable
@coordsreturn['46.722873', '8.102806']and I need to retrive the first and the second value in an object, in something like:{ "latitude": {{{@coords[0]}}}, "longitude": {{{@coords[1]}}} }the final result should be:
{ "latitude": 46.722873, "longitude": 8.102806 }any idea? thanks
Beta Was this translation helpful? Give feedback.
All reactions