How to fetch data of select box based on other select boxes selected values

how to fetch data of select box based on other select boxes selected values.

Example:

Select Box 1, Select Box 2, Select Box 3, Select Box 4, Select Box5 ... Select Box N.

Case 1 : Select Box 2 data need to fetch based on Select Box 1 Selected Value.

Case 2: Select Box 3 data need to fetch based Select Box 1, Select Box 2 Selected Values

Case 3: Select Box 5 data need to fetch based Select Box 2, Select Box 4 Selected Values.

Like above cases there are many cases.

How can i achieve this.

Hi @Sreenivas_Kavali ,

Thanks for reaching out! Just for some context, could you please provide some additional details?

  1. Which component are you using to implement these select boxes? (e.g., select, multiselect, multiselect listbox)
  2. What kind of data are you trying to fetch based on the selected values?
  3. Could you send us a screenshot or provide more context regarding how your select boxes are set up?