user( username, property )
Returns information for a user. locale
and timeZone
return the user's preference or null if not set.
Keyword | Type | Description |
---|---|---|
|
Text |
The username or user object of the user whose information should be retrieved. |
|
Text |
The information to retrieve for this user. See Usage considerations. |
Text
The property value accepts the following (case-sensitive) values:
user()
cannot be used to define a column of process report data or in a process event.
You can copy and paste these examples into the expression rule designer to see how this works.
user("mike.smith","created")
returns 12/20/05 10:36 PM GMT
Feature | Compatibility | Note |
---|---|---|
Portals | Partially compatible | Can be used with Appian Portals if it is connected using an integration and web API. |
Offline Mobile | Partially compatible | Can be used with offline mobile if it is loaded at the top of the form. |
Custom Record Field Expressions | Incompatible | |
Process Reports | Compatible | |
Process Events | Compatible |