Hello,
In Update Property of multiselect people picker field I'm merging two join user collection join but how i can remove the collection of users from combobox of multiselect people picker field.
The formula of merging two user join in Update Property is like below
Ungroup(
Table(
{Items: CollParticipantCurrUser},
{Items: CollParticipantAddUser
}
),
"Items"
)


Report
All responses (
Answers (