UserEmailAddress property
The email address of the signed-in user, or a blank value if no user is signed in. This property returns a non-blank value for private apps.
Use USERHASTAG to determine if the signed-in user has a certain tag.
This property is a read-only property, meaning that no formula can be assigned to it.
Examples
This formula is associated with the Recipients
property of an email report button, and instructs said button to send
reports to the signed-in user, as well as to
office@example.com
.
This formula is associated with the Visible property of a text box containing instructions only for users employed at a certain organization. Specifically, the formula ensures that the text box is only visible if the email address of the signed-in user ends with "@example.com".
This formula is associated with the Visible property of a text box containing partner-only instructions. The formula ensures that the text box is only shown to signed-in users associated with the tag "Partner". Using tags may be preferable to testing the email address directly.