I created the following 'free-standing' email template.
I've got everything working but now I want to add an attachment control.
What would be the proper update to the code so that the attachment send with the email?
I figured it out.🤓
Office365Outlook.SendEmailV2(Label4_2.Text, TextInput1.Text, RichTextEditor1.HtmlText, {Attachments: AddColumns( RenameColumns(AttachmentDataCard.Attachments,"Value", "ContentBytes"), "@odata.type", "") })
& "<img src="& JSON(PenInput2.Image,JSONFormat.IncludeBinaryData) & "></img></br></br>"
& "<img src="& JSON(UploadedImage3.Image,JSONFormat.IncludeBinaryData) & "></img></br></br>";
{Importance: "Normal", From: User().FullName};
Hi @Phineas ,
This blog of mine may be useful to you.
Please click Accept as solution if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If the content was useful in other ways, please consider giving it Thumbs Up.
Visit my blog Practical Power Apps
WarrenBelz
146,658
Most Valuable Professional
RandyHayes
76,287
Super User 2024 Season 1
Pstork1
65,999
Most Valuable Professional