Hello,
Within the node repository, the “Double Configuration” node can be used to configure the component with a double value, providing also a default value for it. I wonder if it’s possible this default value to be a flow variable within the same component. In the Flow Variables tab of the Double Configuration node, it seems that the default value is locked and cannot be a flow variable. Contrariwise, for the String Configuration node this can be done. The default value isn’t locked and can be a flow variable.
For my purpose, I can also just use the String Configuration node, but using regex to validate floats won’t be very smart. Double Configuration node provides this min and max validation which is convenient.
I would like the configuration node to read the flow variable as the default value. That way, opening the configuration dialog of the component, the default value won’t be fixed but would depend on the component’s workflow.