Dear all,
I try to create a simple Power App but i am struggling. I want to do the following:
1. Take a Picture with the Camera Control
2.Show Picture in Image Control
3.Use the PEN Control as overlay on the Image Control and draw on the Image
4. Merge the Image and Pen Drawing into one attachment and sent it via email
I am able to achieve everything execept #4 If i try to do this i get always 2 attachments:
This is my code for #4
Office365Outlook.SendEmailV2("email@mail.com,"Subject","Body",{Attachments:[{Name:"Image.png",ContentBytes:Camera1.Photo}, {Name:"Inking.png",ContentBytes:Pen1.Image}]})

Report
All responses (
Answers (