
Announcements
Filter(
GroupWorkAddYP.SelectedItems,
!(YPID in colParticipants.Value)
)
ForAll(
Filter(
GroupWorkAddYP.SelectedItems,
!(YPID in colParticipants.Value)
),
Patch(
colParticipants,
{Value: YPID}
)
)