Does anyone know if it's possible to use the Transform element to merge two text collections? I have two collection variables with email addresses in each. I want to merge them so all email addresses are in a single collection. I know how to do this via a loop, but it seems like something Transform should be able to handle. See screenshot for a visual.
I can imagine using find common / unique to then add the collections together. https://unofficialsf.com/compare-contrast-two-record-collections-with-findcommonanduncommonrecords/