Hello Everyone.
I have a flow that works like this:
1 - It lists files in a OneDrive folder and gets the file content.

2 - It adds them to an array called Images.

I then want to send an email with those images in the array and I use the SMTP Send Email (v3) action.
In the SMTP connector action, I have for sending an email, I attach the Images array under Attachments.

However, when I run the flow, and it gets to the SMTP action (Send Email V3) it fails, with the error:
The 'inputs.parameters' of workflow operation 'Send_Email_(V3)' of type 'OpenApiConnection' is not valid. Error details: The API operation 'SendEmailV3' is missing required property 'emailMessage/Attachments/0/ContentData'.
For reference, if I use the Microsoft Outlook Send an email V2 action, and attach the attachments array in the same way then it works without issue.
How do I fix this so the email sends with the attached images from the array using the SMTP Send Email (v3) action?
Thanks so much for any help!