Hi,
I’m developing my first custom node.
At the end the node will need to call a Web API, but now I have problems with the configuration of the node.
Simplifying a lot: it will have a set of dropdowns for possible values to be chosen. This value are result of a API call to a metadata function.
I’m able to initiate the first metadata call (using a configuration node), and when it’s retrieved it enables and populate the first dropdown with 1st level decision. Then once a value is selected, it enable and fills the second dropdowns. Until this point, it seems ok.
First problem I have is that if I change the selected value of the 1st dropdown, nothing happens in the second dropdown. It looks like once it’s populated and created, I cannot change the content of the dropdown.
Do you know if this is even possible?
I can share some code later if it helps.
Thanks