prependFields
A Workflow Engine function that prepends a concatenated set of fields to an existing field, using a separator character.
This function is available for event, alert, and Situation workflows.
Back to Workflow Engine Functions Reference.
Arguments
Workflow Engine function prepEndFields
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 the concatenated values. Do not use quotes around the separator. |
| Yes | String | Field to prepend the concatenated string to. |