-
Notifications
You must be signed in to change notification settings - Fork 52
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
Form node does not pass on topic when configured to do so #1453
Comments
Can I check my understanding here, you're expecting an incoming That feels quite Node-RED antipattern? |
What else could configuring the topic to msg.topic mean? |
The equivalent operation works with a Switch node. If you configure the topic to be |
Note that I do not consider this to be high priority, it is not a common use case. |
@colinl, |
As I said, it is not a high priority, personally I do not have a need for it, I just found it by accident. |
Current Behavior
When a form is configured with the Topic field set to msg.topic, then if a message with a topic is passed in then that topic should be passed on when the form is submitted. In this example flow that is not happening, the passed on topic is always an empty string.
Expected Behavior
No response
Steps To Reproduce
No response
Environment
Have you provided an initial effort estimate for this issue?
I am not a FlowFuse team member
The text was updated successfully, but these errors were encountered: