May I ask for some suggestions from the community on how to construct an expression to send a "file.pdf" as an attachment using Office365.SendEmail please? Here is what I have tried without success:
Button_OnSelect: Office365.SendEmail("chris@me.org" ,"Your Package is on its Way!",HtmlText1_1.HtmlText,{IsHtml:true}, {Attachments:Table({Name:"BC.pdf", ContentBytes:pdf.document,'@odata.type':""})})
I guess I am completely lost.
Thank you for your ideas on how I might solve without using Flow.
Chris