I'm a newbie to powerapps and I am having trouble getting my powerapp form to write multiple values to my sharepoint choice column. Currently the column is set to allow for multiple choices but it will only populate the last item selected from my combobox.
Right now the combox is set with the following update property. {Value: 'P/N-Combobox'.Selected.Number}
Is there anything else I can add to have each value write to the sharepoint list within the same row?
Thanks in advance!