I Need Help For Drop Down filter?

0
There are two drop down Feild 1st Is Step and another is Config  when i select atrribute under that step drop down feild automatically related attribute will be show in config drop down feild example: step drop down filter enumeration feild suppose --->Genesis,Assesment                  config drop down filter show Related atrribute Suppose Genesis---> Row1 Row2 Row3                                                                                                                      Assesment---->Row4  Row5        
asked
1 answers
0

Hi Pranjali,

You can easily achieve this using data source microflows. You can set the data source of the second dropdown to microflow and add logic to return a list based on the value selected from the first dropdown. 

Note: if nothing is selected in the first one, return all the values. 

Regards,

Sharad R K

answered