I am fairly new to Power Apps and I am currently working on an App which I have to produce a PDF.
I currently have a screen which the user has access to view and input their data, I then have a separate screen which creates my PDF using a Container, PDF viewer and a button to submit my data into another environment.
This is working fine but I do not want the Users to be directed to the PDF screen. I want them to be able to submit the PDF on the screen which they are working.
I have tried to do this using a button but as my PDF is in a separate screen it does not work.
I then tried to transfer my Container, PDF viewer and button onto the user screen and hide them but as the Container is hidden it does not work.
Does anyone have any idea how I should now approach this as I am struggling a little.
Many Thanks