Create and send 1 outlook email with multiple attachments instead of several

Hello,
Can you please help with the issue:
I need to send all attachments in outlook in the same email.
Now I got issue that it sends a different one.
Flow is simple, from Jira i’m taking all attachments details and then downloading them → Then send all attachments to single mail.
My iterator:


Jira download attachment:

Array aggregator:

And outlook:
image
Now I have seen somewhere similar issue, and one of the problem fixes was to change the aggregator to the iterator, but if i’m choosing this option:
image
There must be an array, and iterator doesn’t give me that.

To “combine” them into an array, you’ll need to use an aggregator of some sort.

Aggregators are modules that accumulate multiple bundles into one single bundle. An example of a commonly-used aggregator module is the Array aggregator module.

Don’t forget to set your Source Module of the Array Aggregator to the “Iterator” module, and your Target structure type to the Email “Attachment” field.

2 Likes

Thank you! I didn’t realise that i needed to change to iterator source module…

1 Like