Concat(
vComboLLC.SelectedItems,
Value,
", "
)
Patch(
List1,
LookUp(
List1,
'Email1' = User().Email
),
{'TextColumn1': DataCardValue25.Text}
)
Split(
LookUp(
List1,
'Email1' = User().Email
).TextColumn1,
", "
)
DefaultSelectedItems
property of the ComboBox (vComboLLC
in your case) to match the data stored in the SharePoint list.OnChange
property to update the SharePoint field:
WarrenBelz
146,695
Most Valuable Professional
RandyHayes
76,287
Super User 2024 Season 1
Pstork1
66,015
Most Valuable Professional