Gravity Flow Merge Tags
Merge Tag | Description |
---|---|
{assignees} | Lists all assignees. |
{current_step} | Shows the current step in the workflow. |
{workflow_approve_link} | Creates a clickable link to approve the workflow. |
{workflow_approve_token} | Returns the approval token. |
{workflow_approve_url} | Returns the URL to approve the workflow. |
{workflow_cancel_link} | Creates a clickable link to cancel the workflow. |
{workflow_cancel_url} | Returns the URL to cancel the workflow. |
{workflow_entry_link} | Creates a clickable link to the workflow entry. |
{workflow_entry_url} | Returns the URL to the workflow entry. |
{workflow_fields} | Displays field values for the current step’s display/editable fields. |
{workflow_inbox_link} | Creates a clickable link to the workflow inbox. |
{workflow_inbox_url} | Returns the URL to the workflow inbox. |
{workflow_note} | Displays workflow notes. |
{workflow_reject_link} | Creates a clickable link to reject the workflow. |
{workflow_reject_token} | Returns the reject token. |
{workflow_reject_url} | Returns the URL to reject the workflow. |
{workflow_resume_partial_entry_link} | Creates a clickable link to resume a partial entry submission. |
{workflow_resume_partial_entry_url} | Returns the URL to resume a partial entry submission. |
{workflow_revert_link} | Creates a clickable link to revert the workflow. |
{workflow_revert_token} | Returns the revert token. |
{workflow_revert_url} | Returns the URL to revert the workflow. |
{workflow_timeline} | Shows the workflow timeline. |
Additional Merge Tags
In addition to the merge tags available in the list, there’s another merge tag which can be used to display information for the WordPress user account of the entry submitter.
The {created_by:[property]} merge tags will lookup the user account in the created_by field of the current entry and display the specified property. Please note that this is different from the Gravity Forms {user:[property]} merge tag which looks up the user account for the current user.
Parameter | Description | Example |
---|---|---|
:display_name | Displays the Display Name of the submitting user | {created_by:display_name} |
:user_email | Displays the email of the submitting user | {created_by:user_email} |
:user_login | Displays the user login of the submitting user | {created_by:user_login} |
:ID | Displays the ID of the submitting user | {created_by:ID} |