Is there a way to enable or disable certain nodes in a flow, based on msg.payload? or some other string?
My intended flow is like this:
Node1 (dropdown from node red UI dashboard's node)
Based on what is selected in that drop down, I want to show the subsequent nodes - either form element or button or something.
That way, the UI on node-red dashboard looks neat and relevant.