I have a data entry screen that I built “manually” (not using a form). The screen has a dropdown Selection (Product) and a text entry field (Quantity). The text field default value is set to “1”.
Users can select an item from dropdown, enter quantity in text field and tap Save button. This fires an Action to Create and Item in database. This works great.
After the save the text field does not get it’s default value back. It does get the placeholder text, but this is no good. I want the default value in there so users don’t always have to the in a quality.
How can I reset the text field to “1” after the Action runs. I didn’t see any action steps to do this.