Hello – I have 2 screens in powerapps canvas, scrPrintList1 and scrPrintList2. Each containing Labels and Galleries of department names, user names, and phone numbers pulling from Office 365Users.SearchUser. I want to convert both screens to 1 PDF file. I was able to create a flow in Power Automate to create a PDF of each sheet separately and save it to Onedrive. But I would like to some how save both screens into 1 PDF file. I have tried a new sheet with 2 PDF Viewer and set a variable to copy a sheet to both viewers but when I export to PDF and send to OneDrive, the PDF shows 2 black pages. Doesn’t show the content.
I have a button on scrPrintList1 with the following formula
PhonePDF.Run("test1",{file:{name:"test1.pdf",contentBytes:PDF(scrPrintList1)}})
Below is what scrPrintList1 looks like. (the blocked out are galleries in a screen) and what the Power Automate looks like
I appreciate any advice and please let me know if you need any other info.
Thanks