Assign default values for the number entry input fields in the glide app

I think you can structure it a bit differently here.

I saw your other thread, I assume it’s the entry fields when the user first enter the app.

Then I assume you can do something like this:

  • Show a number entry with a placeholder (not a default value, it’s still empty by default). The placeholder can be dynamic based on your user’s other pieces of data.
  • Let them edit that field as they want, but if they leave it empty, when the user does an action that moves them out of the current screen, set the default value to the fields. Else keep it as is.
1 Like