Hello everyone,
I've developed a workflow that reads a list of invoices, sorts them, and distributes them according to Fleet locations. The workflow functions perfectly until the final step, where it's supposed to email a single fleet contact with an email containing all the invoices for their location. However, instead of consolidating the attachments, it's sending one email per attachment. The number of attachments varies, and they're pulled into the workflow from a directory.
I'd greatly appreciate any advice on how to consolidate all attachments for a specific location into a single email. Thank you!