Skip to main content
transform.combine, Merge multiple objects or concatenate arrays

Configuration

Configuration goes inside the step’s with: block.
sources
array<string>
required
Template expressions for sources to combine
target
string
required
Target path in output
mode
"merge" | "concat" | "deep"
default:"merge"

Output

Returns record<string, unknown> | array<unknown>. Combined result