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

[file-lister] Sending multiple messages overwrites previous output #9

Closed
boisei0 opened this issue Sep 17, 2019 · 0 comments
Closed

Comments

@boisei0
Copy link
Contributor

boisei0 commented Sep 17, 2019

When using the file-lister node, the default multiple files as output will cause the input message to be used and overwritten for every time it outputs. This causes problems further in the flow, as the msgid stays the same everywhere.

This can be solved locally (very hacky) by adding a function node directly after the file-lister node to turn the incoming msg into a new msg with the same properties but is likely to break even further when Node-RED 1.0 is released. A better idea is to rather than edit the properties on the original message to create a new message for every node.send() call.

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