Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Syntax

currentUserFullName()

Description

...

Returns the full name (first name and last name) of the user that triggered the script.

...

Example

...

Code Block
return currentUserFullName();

Returns the full name (first name and last name) of the user that triggered the script.

...