Hi everyone,
I managed to get my powerapp form to update a look up field in sharepoint using the following:-
{'@odata.type':"#Microsoft.Azure.Connectors.SharePoint.SPListExpandedReference",
Id:DataCardValue60.Selected.ID,
Value:DataCardValue60.Selected.Parent_x0020_Host}
the problem i have is if i delete the combo box value......it wont update with a blank value. Sharepoint grid view also will not allow this stating " is not a value
if i change the column settings to.....Allow multi values......it will let me delete the field in grid view but then all the other functions break, I cant update the field. or change it.
I just want to be able to unselect a value in the combo box and SP to update with blank. even if i could just get SP to let me delete the value in grid view.