Hello iam testing the new PDF function in Power apps , i can send 2 emails but not 2 attachments in one mail is that possible ?
Se my code today
;;Office365Outlook.SendEmailV2(User().Email;" Info 1";" Info 1"
;{Attachments:{Name:" Info 1.pdf";ContentBytes:PDF(GalInfo1;{ExpandContainers: true; Margin:"30";Orientation: "Landscape"})}}
)
;;Office365Outlook.SendEmailV2(User().Email;" Info 2";" Info 2"
;{Attachments:{Name:"larlingsparm2.pdf";ContentBytes:PDF(GalInfo2;{ExpandContainers: true; Margin:"30";Orientation: "Landscape"})}}
)