Announcements
The Google Cloud Community will be in read-only from July 16 - July 22 as we migrate to a new platform; refer to this community post for more details.

Change the error message given?

I have placed an expression on a table:

SWITCH(USEREMAIL(),
gentry.perry@modernusa.com”, “ALL_CHANGES”,
“READ_ONLY”)

This restricts ONLY Gentry to be able to use the form (i created a form). I understand this part - but how can i change the message that pops up - if the user is NOT Gentry? See below:

0 2 298
2 REPLIES 2

Steve
Platinum 5
Platinum 5

You cannot change the message. Instead, consider preventing the unprivileged user from getting to that page entirely.

Great idea…

Top Labels in this Space