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
791
Most Valuable Professional
MS.Ragavendar
410
Super User 2025 Season 2
mmbr1606
275
Super User 2025 Season 2