Hi @frixel ,
Do you want to reply to an email with original email attachments?
I have made a test using Reply to email (V3) and it is working properly.
Besides, in order to send the attachments at a time, I am using an array variable.
Please check the detailed steps.
After When a new email arrives, initialize an Array variable named Test.
Get attachment from the trigger, an Apply to each will be added automatically, within the Apply to each, add action Append to array variable and configure the Value field likes below:
{
"Name": Attachment Name,
"ContentBytes": Body(‘Get_attachment’)[‘$content’]
}
Under the apply to each, add Reply to email (V3). Note, you need to click the button to switch to input entire array.


Best regards,
Mabel