{workflow_note} Merge Tag

Description

The note merge tag will display the most recent user submitted note.

Usage

ModifierDescriptionExample
:step_idDisplays all the user-submitted notes for the specified step, including previous occurrences of the step. The step name can also be used instead of the ID.{workflow_note:step_id=5}
:display_nameDisplays the name of the user who submitted the note{workflow_note:display_name=true}
:display_dateDisplays the date and time the note was submitted{workflow_note:display_date=true}
:historyControls whether notes from previous occurrences of the step are displayed{workflow_note:step_id=5 history=true}

The modifiers can also be used together  {workflow_note:step_id=5 display_name=true display_date=true}