Hi All,
I am having an issue uploading multiple values to a SharePoint list. The values come from a list of all users, but are stored in the combobox with function: Filter(_USER, ID = 9 || ID = 21 || ID = 22 || ID = 24 || ID = 40 || ID = 70)
When I submit the form, none of my selected values are sent to sharepoint. I have tried to change the update field to something along the lines of: ForAll(DataCardValue2.SelectedItems, {ID: DataCardValue2.SelectedItems.ID, Value: DataCardValue2.SelectedItems.Title})
but this gives me an error when I try to submit my form. Does anyone know what I am missing to send these values through?