-
Notifications
You must be signed in to change notification settings - Fork 2
Value merge
ryannewington edited this page Jun 23, 2016
·
1 revision
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.
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 |
The transform supports string, integer, and binary values.
The transform accepts multiple input values, and processes them as a single input
The transform returns a value specified by the Return Type parameter