Skip to content

Merge

Name Mandatory Description Default Type
⬅️ Input The input of the shard, if any {Any}
Output ➡️ The resulting output of the shard {Any}
Target No The table to merge into. none Var({Any})

Combine two tables into one, with the input table taking priority over the operand table, which will be written and returned as output. This shard is useful in scenarios where you need to merge data from different sources while keeping the priority of certain values.