Hi All
I am trying to develop an App using power app, It has three screens, The third screen is to send an email. On the third screen when I click on sent, I have set the formula to capture the screenshot of screen 1 and Screen 2 and send it as an attachment, But currently this two pages are coming as two PDFs, see the formula I have set:
Set(_emailRecipientString, Concat(MyPeople, Mail & ";"));
Office365Outlook.SendEmail(_emailRecipientString, TextEmailSubject1.Text, "Please find attached H&S Dynamic Risk Assessment", {Attachments:Table({Name:"Dynamic1.pdf",ContentBytes:VarPDFBlob1},{Name:"Dynamic2.pdf",ContentBytes:VarPDFBlob2})});
Reset(TextEmailSubject1);
Clear(MyPeople);
is there any way of combining these two PDFs and send them as one attachment?

Report
All responses (
Answers (