Hi,
In the Form, I have three data cards
In one of the data card, I have parent drop down with multi selection.
I have a sharepoint list with lookup where respective items are being saved.
Now after selecting item1 and item2 in the multi selection drop down.
The dropdown1 inside a data card should populate w.r.t item1 items and
The dropdown2 inside a data card should populate w.r.t item2 items
For this I have applied the filteration in items of dropdown1
Filter('listname','lookupcolumnname'.Value in Parentdropdowndatacardvalue.SelectedItems.Value)
But all the values of the list are being populated
So please let me know if I am missing anything in the filteration.
Regards,
Sudheer