Skip to main content

mergeList

A Workflow Engine function that merges two or more array fields.

This function is available as a feature of the Add-ons v2.3 download and later.

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

The workflow sweep up filter applies to this function.

Back to Workflow Engine Functions Reference.

Arguments

Workflow Engine function mergeList takes the following arguments:

Name

Required

Type

Description

from

yes

string

Comma-separated list of name of array fields to be merged from.

Example: custom_info.field1, custom_info.field2 or workflowContext.field1, workflowContext.field2

to

yes

string

Name of field to merge array fields into.

Example: custom_info.field or workflowContext.field