Hi all
I have used the Attachment box from a form but i am struggling to get the formula to work. I have watched and followed videos but still no joy. Can anyone please advise? i am getting Your Formula is missing a Column 'Attachments.ContentBytes' with a Type of blob' (Email address in the email is madeup)
Office365Outlook.SendEmailV2(
"Mick1@gmail.Org",
TextEmailSubject2_1.Text,
RTEBody.HtmlText,
{
Attachments: RenameColumns(
AttachmentControl.Attachments,
"Value",
"ContentBytes"
),
Importance: "Normal"
}
)