Hi,
In my power app edit screen, for textinput field unable to save the empty records.
When adding a new record, if the text field is blank, the data is saved in share point list without any issues.
We can update the date time data in the text field and we can edit the data also without any issues.
The real problem is I saved an item to the SharePoint list and later decided to remove data from some fields (Date field etc). Edit the item and delete the field value and Save it back to the data source (SharePoint list)
Issue: PowerApps does not update the field to empty / null value. The field value remains as such in the list.
I am using the default value for the text field as Coalesce(Parent.Default, Blank()) and using submit form button to store the data.
Could you please help?