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.
Arguments
Workflow Engine function concatFields
takes the following arguments:
Name | Required | Type | Description |
---|---|---|---|
| Yes | Object | An array of fields to concatenate, in the format: |
| Yes | String | Separator to use between fields in concatenation. Do not quote the separator. |
| Yes | String | Field to populate with the concatenated string. |