Two dropdown filter

What is the best way to create two dropdown filter in component? I want to create two dropdown but the second one is not dynamic after selecting the first dropdown, the second still show all the value. I using value selection widget.


@WanRashid ,

Can you provide your workfow sample?

1 Like

@tqAkshay95 TEST.knwf (83.2 KB)

@WanRashid ,

You can use the Refresh node to achieve dynamic result.

2 Likes

Thanks @tqAkshay95 but how to make it, for example at the first dropdown I click β€œaa”, then in second dropdown it show only β€œa1” and β€œa2”? Or maybe you have different approach of using different node.

@WanRashid,

For your reference, I have uploaded a workflow and image to help you achieve this result.

TEST.knwf (84.4 KB)

4 Likes

Hi @tqAkshay95 the solution you provide is working, but I facing some bug where it shows missing value. Example, I click β€œa” at area dropdown then it display β€œa” and β€œaa” as expected. However if I click β€œb” it showing β€œ(MISSING) a”. Any idea how to remove this word? Thanks
image

1 Like

@WanRashid ,

It’s not an error or bug; it just gives a warning.

2 Likes

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.