Hello! I have an attachment control with images (.jpg) which looks like the following:
At pressing the "Send" button, I would like to send an email with the attachments using the "Mail" Connector (since the Outlook 365 Connector is blocked in my environment). The code that I wrote looks like this:
As soon as I enter the line: {files:AddColumns(RenameColumns(DataCardValue18.Attachments, "Value", "ContentBytes"), "@odata.type", "")}, it gives me an error, saying: "Incompatible type. The 'files' column in the data source you´re updating expects a Blob type and you´re using a 'Table' type.".
How can I achieve this? I would to send the images with the "Mail" connector without using Flow (like the Office 365 Outlook connector...) Thank you!

Report
All responses (
Answers (