Avatar

Employee

Hello SSB,

 

You can probably achieve this with a web form / web App's combo box feature with visibility conditions.

 

For example -

1 >. Create a variable and assign categories Sports and Book. Type of input should be combo box.

 

Adhiyan_0-1632238903188.png

 

 

2>. Then create another combo box with Product name and add the values for sports

In this input select the visibility condition as var1 = Sports

example -

Adhiyan_1-1632239070288.png

 

3. Similarly create another combo box input for Books and add a visibility condition var1 = Books.

 

End result should be a web form allowing you to choose as per dropdown inputs

Books

Adhiyan_2-1632239318730.png

Sports

Adhiyan_3-1632239354377.png

PS - you can try the combo box approach on input Forms as well but then you would have to define  enumerations for Category , Product names and Books to ensure they are available in the dropdown menus.

 

Regards,

Adhiyan