Hello,
I would need some assistance on passing multiple selected choices from Customized Power App form to the specific Sharepoint item/column.
In Sharepoint I have a Brand column which has some choices in it and is selected as Choices(allow multiselect)
When I customized my form, the brands that I m selecting are not passing through all but one (the first one).
On the DataCardValue(the combobox) for DefaultSelectedItems I have Parent.Default
For items : Choices(SharepointListName.ColumnName)
And the update for that DataCard:
Comboboxname.Selected as SelectedItems throws an error.
I have a SubmitForm button where I tried putting the suggestion from here:
PATCH A SharePoint Choices Column With Multiple Values In Power Apps - Matthew Devaney
and then a SubmitForm(formName), but nothing happened.
Would appreciate if you could help me figuring it out :).
Thanks!