Below I have provided the components from a Gallery, Combo Box, and SP List.
The top portion of the formula is working; However, I cannot get all of the items
chosen in the Combo Box to update into the SP List - Progress_items column.
Only one item, the last one chosen, shows rather than the three chosen.
What am I missing?
Patch Formula -
If(Client_Detail_Client_ID_Fld.Text=ThisItem.ClientID,
Patch(Client_Data_List,LookUp(Client_Data_List,ClientID=Client_Detail_Client_ID_Fld.Text),
{Progress_Count: Label3_1.Text}));
If(Client_Detail_Client_ID_Fld.Text=ThisItem.ClientID,
Patch(Client_Data_List,LookUp(Client_Data_List,ClientID=Client_Detail_Client_ID_Fld.Text),
{Progress_Items: ComboBox1.Selected.Value}));
Combo Box Control -

Slider Control -

SharePoint List Columns -
