I have a checkout system in which I want the "Duration" and "Date Taken Out" fields to be reset to blank values if the item is returned. For the "Duration" field, I have set Default to Blank, DefaultSelectedItems to Blank(), & InputTextPlaceholder to Text(Blank()). For the "Date Taken Out" field, I have set the DefaultDate to Blank() and the InputTextPlaceholder to Text(Blank()). However, when I return the items, the fields for these 2 do not reset to blank in the SP List. All the other fields which have "" defaults reset to blank in SP. What can I do to reset Choice & Date fields to blank in my SharePoint list from my power app? I had it working in a mobile canvas app but I then transferred it to a tablet version and this functionality stopped working. However, all the settings seem to be the same.

Date Taken Out and Duration never reset to blank ^^