HI,
I tried to remove multi selected values from my collection using combo box for people picker filed.
i am using RemoveIf function to remove values from collection. But its remove only last selected item. Didn't remove All selected item.
So, this is what i need..
ForAll(ComboBox2.SelectedItems,
RemoveIf(Edate2,'Employee Name'.DisplayName=ComboBox2.Selected.DisplayName));
Thanks,
Dhinesh