
Announcements
Hello,
I want power automate to send sensitive data via email.
Therefore, I would like it to create a password protected zip file or pdf.
I was unable to find connectors/functions for either.
Do you guys have a solution?
Cheers
Andreas
For people who are curious:
I had a function app created that can be called from a custom connector in Power Automate.
The app gets the pdf-file content as Base64 and a password as string and returns the password-protected pdf content (which can then be attached to an email in the outlook connector).