Hi everyone,
I’m working on a scenario where I process a multi-page PDF. Each page is converted into a CSV, processed through various tools, and then I want to send a single email with all the CSV files attached.
Here’s the problem:
Despite using the Array Aggregator at the end of my workflow, my scenario is still sending one email per bundle instead of waiting to aggregate all the bundles and sending a single email.