Skip to content

Value merge

ryannewington edited this page Jun 23, 2016 · 1 revision

Value merge

Summary

This transform simply takes multiple input values, usually from separate attributes, and merges all the values together into a single output. This is useful when you want to merge multiple source attributes into a single target attributes in a flow rule.

Parameters

Parameter Description
Return values as type The type to attempt to return the combined values as. The source data must be compatible with the return type specified

Input Type

The transform supports string, integer, and binary values.

Multiple input values

The transform accepts multiple input values, and processes them as a single input

Return Type

The transform returns a value specified by the Return Type parameter