Cascade dropdown

0
This question is regarding combo box, so I have two combo boxes , A and B, Combo box B should provide the options based on selection in combo box A. Yes, there is an association with both the entities. However, I am not able to get the selected value from combo box A and pass it to combo box B. Can you please help. 
asked
1 answers
0

Hi Ankita,

 

You need to select the data source for Combo Box B to 'Context', and update the list of items that will be passed to Combo Box B when you select an option from Combo Box A. This can be done by calling an OnChange microflow on Combo Box A and assigning the right associations inside the microflow.

 

Hope this helps!

answered