Can anyone tell me why the following code doesnt work?
- I have a lookup column in SharePoint Called CaseNo
- I am simply trying to patch the number 184299 into a new record
- The code runs without error, but there is no data placed in the new records lookup field
Patch(
SDF_Schedule,
Defaults(SDF_Schedule),
{CaseNo:
{Id: 184299,
Value: 184299,
'@odata.type': "#Microsoft.Azure.Connectors.SharePoint.SPListExpandedReference"},Title:184299
}
)