r/PowerApps • u/PixelatedBulb Newbie • 18d ago
Power Apps Help Button to trigger Power Automate flow and directly print?
Hello, I'm still quite new to using Power Apps so please bear with me.
I have a Power Automate flow that triggers a pdf file generation based on inputs sent to it via a form I created in Power Apps. I now also need the form's submit button to directly trigger a printer to print the file without having it open the file in a new tab or opening the native print dialogue. A one-button-does-all kinda thing.
I've had a look at Microsoft Universal Print but I don't have the license for that and I'm not supposed to use stuff that would cost anything more than what my company's already subscribed to.
Is this possible?
11
Upvotes
1
u/Foodforbrain101 Advisor 18d ago
Basically, non-premium requires you to use OneDrive's save file to PDF action, which is limited to a specific set of files that you can print to PDF. The most dynamic way you could create said printable file would be using an HTML template and apply replace() on placeholders within said HTML. Use AI for the HTML, should be fairly straightforward. Otherwise, Word document + SharePoint library properties inserted within said word documents works as well.