Skip to main content

appendFields

A Workflow Engine function that appends a concatenated set of fields to an existing field, using a separator character.

This function is available as a feature of the Workflow Engine v1.0 and later.

This function is available for event, alert, and Situation workflows.

Back to Workflow Engine Functions Reference.

Arguments

Workflow Engine function appendFields takes the following arguments:

Name

Required

Type

Description

sourceFields

Yes

object

An array of fields to concatenate, in the format: [ field1, ..., fieldn ].

separator

Yes

string

Separator to use between the concatenated values. Do not use quotes around the separator.

destination

Yes

string

Destination field for the concatenated string.