In nodered dropdown, I am using first drop down to select the controllerid and based on the controller id it'll push data for further choosing of data to choose luminar id. But while selcting the second dropdown values are populating correctly. But in second dropdown if the selction items are more than one then it is selecting otherwise it is not(no output from second drop down).
Below is the flow:
flow1.json (5.1 KB)
Select S000
from first dropdown and select L000
from second drop down it will not give any output. But select S001
from first dropdown and it'll give two options if you select either one it'll give output in debug node
.
Am I missing something here.