I am developing a PowerApp with a sharepoint list. In the App you can edit a record.
But if you once saved the record with different values for columns (for example *item name* = "Hello" and *number* = 5 ) I can't remove the value in the list. I can only change it but if I save it with an empty datacard, my list still has the previous value...
I tried setting the reversed function true, but the number was still in my SharePoint List.
How can I delete the value if the datacardvalue field is emptyed?
Thanks for your help!