Hi everyone, I am trying to update MM fields using a SharePoint Form Power App. It is working for one column but not the other column. Keeps giving the "network error while patching" message. There is no syntax error in my code. Both these fields are single select fields and are mapped to different metadata columns. Not sure why one is working and the other isn't. This is the code I have been using in the "update" section of the DataCards. Any inputs appreciated! Thanks.
{
'@odata.type': "#Microsoft.Azure.Connectors.SharePoint.SPListExpandedTaxonomy",
TermGuid: DataCardValue6.Selected.TermGuid,
WssId: DataCardValue6.Selected.WssId,
Label: DataCardValue6.Selected.Title,
Path: DataCardValue6.Selected.Path,
Value: DataCardValue6.Selected.Value
}