Hi, @WarrenBelz @RandyHayes
I have an Editable Gallery, and I am using a DropDown i;e DecorationType to update a Choice Column of SharePoint (DecorationType)
When I Change the value in DropDown and Patch the Data it just not updating it to the List.
I have used this DecorationType statement Code.
ANy Help?
Patch( //Saving Data to SharePoint From Collection
ColGridData,
ThisItem,
{
SaleOrderLineSequence: SaleOrderLineSeq.Text,
EMBDecorID: EMBDecDrop.Selected.ItemNumber, // dropDown used for Decoration ID
DecorationType:
{ Value: DecorTypeDrop.Selected.Value,
'@odata.type': "#Microsoft.Azure.Connectors.SharePoint.SPListExpandedReference"
}
}
)
