Hi there,
I have a listbox in a Power Apps Form that I would like to use to allow users to select multiple items and have them write to a single field in a SharePoint list, perhaps separated by commas or semicolons.
I've been able to create the listbox and have it populate from another SharePoint list, and I've amended the Update field of the datacard as follows (where Title is the name of the field that populates the listbox):
DataCardValue2.SelectedItemsText.Title
When I submit the form with multiple items selected in the listbox, there are no runtime errors, but the multiple items do not write to the corresponding SharePoint list. The target column is set as Single Line of Text.
The question is, do I have the wrong syntax in the Update field, or is the SharePoint list column type set up incorrectly to receive the data?
Many thanks in advance for any assistance that may be provided.
Best,
James.
