Hi Everyone.
I 've a combobox with property
Combobox 1. Items property : Distinct(Table2,'Entity Name')
DSI : Table({Result: Parent.Default})
I need my 2 combobox value dependent on the basis of the combobox 1 selected value
Combobox 2 . Items Property : Filter(Table2,'Entity Name'=ComboBox1.Selected.Result),'Role Name'
DSI : Filter(Split(Parent.Default, "; "), !IsBlank(Result))
Update property of datacard : ComboBox2.Selected.Result
Label text for Displaying the multiselect value
Text : Concat(ComboBox2.SelectedItems,Result,Char(13))
the item property of my second combobox value is showing some error
Could anyone help me to fix it