Hello,
I have a Lookupfield in a sharepoint list. In powerapps, I have a dropdown, now I set the dropdown to value and save the Form. All ok, but now I want to have a button, when I click this button i will that in my sharepoint lookupcolumn this entry will be deleted, same as I go to sharepoint and delete this item manually . So I used this code :
Patch(Liste_Personal; LookUp(Liste_Personal; ID = Value(DataCardValue518.Text)); {fk_per_pc_emprunte: Blank()});;
No error on the code, but m in my Sharepoint list , what do I do wrong? Thanks
