Forum Discussion
tstack
7 years agoFormer Employee
You could also concatenate the two arrays together and then use a single JsonSplitter on the resulting array:
$TransactionItems.concat($TransactionMedias)
The Copy/Union can also be removed then as well.
ptaylor
7 years agoEmployee
Here’s a pipeline using Tim’s tip:
JSON flatten 3_2018_11_29.slp (10.9 KB)