Hello experts
Is there a feature in appsheet only to hike the 3 emails below and visible to all others added app user on the TICKET button as show below? Which mean the 3 emails below visibile to all other except the TICKET button.
Hello experts
Is there a feature in appsheet only to hike the 3 emails below and visible to all others added app user on the TICKET button as show below? Which mean the 3 emails below visibile to all other except the TICKET button.
NOT(
IN(
USEREMAIL(),
LIST(
"USER1@MAIL.COM",
"USER2@MAIL.COM",
"USER3@MAIL.COM"
)
)
)
Wow its works. Thanks