ForAll(
colUpdate_SharedCollections,
Patch(
GS_Shared_Greenhouse,
LookUp(
GS_Shared_Greenhouse, ID = colUpdate_SharedCollections[@ID]
),
{
SharedUsers: cbxUsers_SharedCollections.SelectedItems
}
)
)
ClearCollect(existingchoiceslist,LookUp(DataSource,LookUpCondition.Column); //this will store the column data to the existinchoiceslist collection.
ForAll(existingchoicelist, Collect(choicelist, ThisRecord)); //This is to look out for duplicates
Collect(choicelist, comboBox.SelectedItems); //This will then create a final collection with both existing value and selected values