
Hello dear PowerApper,
I have the problem that in the 2 combo box I always only the last selected user of the manager so often in it is so many items in the first combo box are selected. (EinreicherPerson) is the first Combo box and (Vorgesetzter) is the second Combo box.
This is the first Combo box OnChange (EinreicherPerson):
and this on Items:
This is the second Combo Box on DefaultSelectedItems (Vorgesetzter)
Thx for helping
Hi @MaxiSHA ,
Please try:
ClearCollect(
ManagerCollect;
ForAll(
Self.SelectedItems;
Office365Users.ManagerV2(ThisRecord.Id).displayName
)
)
Best Regards,
Bof