You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The output is always returned in msg.payload.
So it is overwriting the contents of the msg.payload.
To overcome this I have to surround the turf node by 2 change nodes:
one to copy msg.payload in another variable
one to copy it back to msg.payload.
So it would be good if I could also specify the output parameter name in the turf node configuration window similarly as you can specify the (input) Arguments.
For me there is no need to support flow and global output variables, msg is sufficient.
Eg. msg.country.shape
The text was updated successfully, but these errors were encountered:
The output is always returned in
msg.payload
.So it is overwriting the contents of the
msg.payload
.To overcome this I have to surround the
turf
node by 2change
nodes:msg.payload
in another variablemsg.payload
.So it would be good if I could also specify the output parameter name in the turf node configuration window similarly as you can specify the (input) Arguments.
For me there is no need to support
flow
andglobal
output variables,msg
is sufficient.Eg.
msg.country.shape
The text was updated successfully, but these errors were encountered: