Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow to specify the output message instead of always outputting to msg.payload #2

Open
janvda opened this issue Dec 15, 2022 · 0 comments

Comments

@janvda
Copy link

janvda commented Dec 15, 2022

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant