cinhcet/node-red-contrib-topic-link

[FeatureRequest] Allow to set TopicLinkIn by env

Hypnos3 opened this issue · 2 comments

It would be nice to have the posibility to set the topic for the IN Node also by env variable. So I could have the In Node in a SubFlow, and allowed to configure the topic by env setting of the subflow. These settings needs to only evaluated during node start, because env variables not dynamically.

is already implemented by setting topic to ${ENVIROMENT_VARIABLE}

Thanks for commenting that!