i need help setting tasks for users and admin

so i have a sheet and within that sheet there is a [status] column, this column is Enum. It takes two conditions, "keep", and "delete". Now, when I am(admin) filling the form, I would like to see/choose between these two options. But when a user is filling the form, I want them to not be able to see any of that and when they finish filling the form, I want AppSheet to automatically enter "keep" as the default option. How can I achieve that??

FYI, the app is not deployed yet it is shared between me and one other member.

Solved Solved
0 1 60
1 ACCEPTED SOLUTION

Please try

  • An initial value of "Keep" for the [Status] column.
  • The show_if for the [Status] column can be USEREMAIL()="admin@email.com",  where "admin@email.com"  is the email of the admin (You)

View solution in original post

1 REPLY 1

Please try

  • An initial value of "Keep" for the [Status] column.
  • The show_if for the [Status] column can be USEREMAIL()="admin@email.com",  where "admin@email.com"  is the email of the admin (You)
Top Labels in this Space