Hello I am Arpan.
I am new to power platform, I have a powerapp which is like a audit inspection app. I have three tables in dataverse- one table containing initial data of a user, another one is containing question and their answers, and the last one contains images.
Now I want to generate a pdf and mail that information to the user mail address.
More precisely
this is the gallery which contains all the records. I want that pdf button to send the details to the user mail address..
I don't know if I able to explain it to you or not. But please help me out of this.. I stuck here for last 2days.
Solved! Go to Solution.
The easiest way would be to add a button to the screen and send the index value from each of the three tables as a parameter to a flow. The flow can then retrieve the information, format it as HTML, convert it to a PDF, and send it as an attachment via email. If the user email isn't contained in one of the table records you are sending the index values for then you should also include that.
The easiest way would be to add a button to the screen and send the index value from each of the three tables as a parameter to a flow. The flow can then retrieve the information, format it as HTML, convert it to a PDF, and send it as an attachment via email. If the user email isn't contained in one of the table records you are sending the index values for then you should also include that.