=APPEND
The APPEND function combines values by adding one or more items to an existing field value.
Syntax
Section titled “Syntax”=APPEND(Separator; Item)Parameters
Section titled “Parameters”-
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.
-
How It Works
Section titled “How It Works”-
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.
Usage Notes
Section titled “Usage Notes”-
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.
Example
Section titled “Example”
Keywords
Section titled “Keywords”APPEND, append function, concatenate values, combine fields, string concatenation, separator, formula function, field tokens, workflow formulas, process calculations