Merge two Objects

Merge the contents of one object to another.

What it does

  • Takes 2 inputs and produces 2 outputs.

Inputs

NameTypeDescription
Original ObjectObjectThe initial object
Object to mergeObjectThe object to merge

Outputs

NameTypeDescription
SuccessBooleanTrue if appended successfully
Merged ObjectObjectThe merged object