I am creating a check-in/check-out really simple PowerApp. I have a check-in button that reads current time to a TextInput box and then sends that information to a SharePoint list.
The problem I'm having is that when I am then going back to the home-screen, the TextInput boxes still have data in them, which would be confusing in the SharePoint list.
I have tried Reset(TextInput) - the problem is that the variable VarTimeNow is the default field for this TextInput box. So every time you reset it, it stays as is, which is frustrating! Does anyone know of a way to clear a TextInput box at a click of a button i.e. the submit button once a person is finished?
I can see a clear toggle which introduces an 'X' icon in the text field, but telling people to clear a box before they hit submit will probably happen 50% of the time... Any help would be hugely appreciated thanks!