| Accessing value | Variable name |
|
|
|---|
| [owner] | Deprecated, use [entry._user] | current record owner (ownedBy field) or Anonymous (when user is "Anonymous") |
| [modifier]
[user]
| Deprecated, use [entry._user] | current record modifier (User's full name) |
| | [now] |
| Current timestamp as expression. NB! Not evaluated to the value when in pre-sets and stays as [now] which results ALWAYS in current date. Use [entry._now] for the value Only on server/dc version |
| [today] | Deprecated | Current timestamp as expression. Does not get evaluated to actual timestamp, but shows "current time" when set on the field Use [entry._today] instead or [entry._now] |
| [user.name] | Deprecated, use [entry._user.username] | current user's username |
| [user.fullName] | Deprecated, use [entry._user.fullName] | current user's full name |
| [user.email] | Deprecated, use [entry._user.email] | current user's email |
| | [entry._user] | _user | current user object (can access email, name, and fullname, see accessing properties for user fields) | User field | | [entry._now] | _now | current timestamp, which can be converted to date using Virtual functions or used for comparison against other date/datetime fields On cloud this returns timestamp in user's TZ | Datetime | | [entry._page] | _page | current page id (present in most cases, but not always) | Page | | [entry._storagePage] | _storagePage | form's page id | Page | | [entry._today] | _today | current timestamp (for date, without time) On cloud this returns value for today in user's TZ | Date | | [entry._count] | _count | number of records in the dataset | Numeric | | [entry._total] | _total | total number of records in the dataset | Numeric | | [entry._formName] | _formName | Name of the form is now available in the context | Status |
|---|
| colour | Green |
|---|
| title | Since 2.2.0 |
|---|
|
| String / text | | [entry._atl_token] | _atl_token | Accesses to ATL token (to generate links for Confluence that require ATL tokens) | Status |
|---|
| colour | Green |
|---|
| title | Since 3.19 |
|---|
|
| String / text |
When used with ConfiForms TableViewMerger macro you have access to the following variables
|
| Type |
|---|
| _sourcePage | Name of the page the form is located | Page | | _sourceForm | Name of the form where this data row is taken from | Text |
When ConfiForms IFTTT macro is processed it does temporarily make these variable accessible Available in | Status |
|---|
| colour | Green |
|---|
| title | Since 2.21.0 |
|---|
| and
|
| Type |
|---|
| _iftttBody | IFTTT macro body | Text | | _iftttBodyPrepared | Processed/Prepared IFTTT macro body | Text |
|