Hello Everyone,
Good day!
Newbie here. I have a SharePoint List named Vendor and a Collection created in power apps for the combo box selected items.
I was trying to patch but I got error.
I tried Patch(datasource, colSelectedVendors); and the other one I tried is
ForAll(
VendorSelectionBox.SelectedItems,
Patch(
datasource,
Defaults(datasource),
{
Request: {
Id: gvRequestID,
},
Vendor: {
Value: Title
}
}
)
)
Please refer to image below..
Thanks in advance.
