concatFields

A Workflow Engine function that sets the value of a field to a string representing a set of concatenated fields.

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.Workflow Engine Functions Reference

Arguments

Workflow Engine function concatFields 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 fields in concatenation. Do not quote the separator.

destination

Yes

String

Field to populate with the concatenated string.