hi
I want to add/remove combobox selected items to a Collection. So it allow Multi Selection.
Combox item property is from Office365Users and also I'm using PowerAutomate to get Employee ID which is not available from office365. So OnChnage property of the Combox i wrote the below code but it is only retaining one item.
Set(StaffId,GetEmployeeId.Run(DataCardValue176.Selected.Mail));
ClearCollect(RequiredUser,{EmpID:StaffId.employeeid, FullName:DataCardValue176.Selected.DisplayName})