@Anonymous
I am currently using a Flow to create a PDF from HTML produced within the app. I'm looking for a way to click a button and attach that PDF to an email from Powerapps.
The button is currently set to:
Launch("mailto:myemailaddress@outlook.com");but I can't seem to find any documentation on how to attach the created PDF to the email automatically.
Any suggestions? Is this even possible?