Skip to content

=APPEND

The APPEND function combines values by adding one or more items to an existing field value.

=APPEND(Separator; Item)
  • Separator

    • The character or characters used to separate appended values (for example: space, comma, dash).
  • Item

    • The value or process field to append.

    • Use the Insert Field Token button to insert process data.

  • Appends the specified item to the current value of the field.

  • Inserts the separator between the existing value and the appended item.

  • Can be used repeatedly or nested to append multiple values.

  • Add an initial value to the field before using the APPEND function.

  • Ensure the separator and item are included inside the parentheses.

  • Always close square brackets and parentheses correctly.

  • Use the Insert Field Token button to reference process fields.


APPEND, append function, concatenate values, combine fields, string concatenation, separator, formula function, field tokens, workflow formulas, process calculations