Dependent drop down in data grid 2

1
Hi, I want to add dependent drop down in data grid 2. Lets say, I have created one entity with three attributes (Country, State, Region). All are Lov Values. I have to use Data grid 2. So how can I add these attributes in filter so that if I select one value in country from drop down, then on the basis of country value, state values will appear in State drop down and then on the basis of state Lov value, region value will appear in Region drop down. Similary, filter should happen and appear in the data grid 2 list.
asked
1 answers
0

Hello,

Inside datagrid2 you can add a column as Custom Content, 

image.png

Then place a Reference selector & map state attribute and call a microflow under Selectable objects based on Country selection.

 

Hope it helps!

answered