Welcome to the new Integration Nation!
how do you merge these 2 arrays into one array? using these arrays:
[ { field_1:"...",field_2:"Value2",field_3:"" }, { test:"test" } ]
to
[ { field_1:"...",field_2:"Value2",field_3: "", test:"test" } ]
Hi! I was just wondering if its possible to replicate the deduplicate snap function to a ultra supported snap by not using a child pipeline?