Hello,
When emails are essentially being forwarded (via Send an email from a Shared Mailbox action) if the original emails include two attachments, then two separate emails are sent with an attachment in each.
We need to figure out a way to include all attachments in one email - can you help? 😀
In this workflow I have a 'When a new email arrives in a shared mailbox (V2)' trigger that monitor a folder within a mailbox with the option of 'Include Attachments' set to Yes.

Next we have an 'Apply to each' loop with the output using the 'Attachments' value from the trigger item.

The first of these is sending an email from a shared mailbox to another email account prefixing LWF- to before the subject value from the trigger item. It is also adding the 'Attachments Name' and 'Attachments Content'.

Once the above action has sent the email, the intial email from the trigger is marked as 'Read'.

Finally, the inital email is moved to the 'ACTIONED' folder.

Whilst the main elements of the workflow are working, if there is an initial email with two attachments, these are being sent in two separate emails with one attachment in each - this is the priority issue to fix.
Additionally if the intiial email has images in a signature from the external company that sent it to us, then these are also collected as attachments - even though the 'Body' value is not being included in the 'Send an email from Finance Payments to Kofax' action, these signature images are still being collected as attachments and therefore if there are 4 images in a signature these are being attached to 4 new emails and sent to the desintation mailbox - ideally it would be good to not include these however if there's no workaround then I guess there's not much that can be done!