If you have multiple data sources and you need to merge them together, this action is what you’re looking for. With this action you can merge two arrays of objects together using a common property.
Inputs:
Array 1 – the first array to merge
Array 2 – the second array to merge
Common Property – the property to use for merging the arrays
Merge Mode – choice whether to Retain All from Array 1
or Intersection Only (Drop All Unmatched)
Outputs:
Merged Array

Example
Merge two arrays using the Name
as a Common Property.
