Page tree

Versions Compared

Key

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

...

Warning

Make sure the [entry.myfield] is actually stored the way you see it, as sometimes Confluence editor injects some "invisible to user" blocks of HTML, such as spans... and the text becomes actually something like [entry.<span>myfield</span>] which makes it not to work correctly with ConfiForms parser.

The easiest way to see that text is clean is by looking at storage format of the page (using Tools menu and then clicking on "View Storage format" or by installing a free add-on from Atlassian which enables you to see raw storage format directly in the Confluence editor - https://marketplace.atlassian.com/plugins/com.atlassian.confluence.plugins.editor.confluence-source-editor/server/overview)


Please also see this: https://wiki.vertuna.com/display/CONFIFORMS/ConfiForms+FAQ#ConfiFormsFAQ-WhyintheeditorIgetautolinksinsteadof[entry.field_name]notations

Info

See what fields are available on ConfiForms CLOUD - Differences between ConfiForms server/data center and ConfiForms cloud


Accessing ConfiForms fields

...

Panel
borderStylenone
Variable


[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. 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
[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]_usercurrent user object (can access email, name, and fullname, see accessing properties for user fields)User field
[entry._now]_nowcurrent timestamp, which can be converted to date using Virtual functions or used for comparison against other date/datetime fieldsDatetime
[entry._page]_pagecurrent page id (present in most cases, but not always)Page
[entry._storagePage]_storagePageform's page idPage
[entry._today]_todaycurrent timestamp (for date, without time)Date
[entry._count]_countnumber of records in the datasetNumeric
[entry._total]_totaltotal number of records in the datasetNumeric
[entry._formName]_formName

Name of the form is now available in the context 

Status
colourGreen
titleSince 2.2.0

String


When used with ConfiForms TableViewMerger macro you have access to the following variables



Type
_sourcePageName of the page the form is locatedPage
_sourceFormName of the form where this data row is taken fromText


See also

Configuring ConfiForms IFTTT actions

...