I could really use some help on this one. Thanks, Marc
SharePoint Lookup Column does not update when executing the following Patch code from OnSelect of ListBox:
(The code does not show any errors.)
Patch(AcctMain,First(Filter(AcctMain,ID=CurrentAcctID)),{AcctStatus:{ '@odata.type':"#Microsoft.Azure.Connectors.SharePoint.SPListExpandedReference",Id:Value(CurrentAcctID),Value:ListBox2_39.Selected.Value}})
AcctMain is SharePoint list that contains the Lookup column AcctStatus
CurrentAcctID is a global variable for the selected ID
