Hello, I made an application to make commercial and technical offers with filters on a gallery and collect the results on a collection: my question how can I print the final offer in pdf with the sheets technique of each product on the collection and send to the customer at the same time. thank you in advance.
Solved! Go to Solution.
Hi @bounouas ,
I've made a test for your reference:
1\I assume there is a collection
learCollect(ACollection,{Column1:"A",Column2:"B",Column3:"C"},{Column1:"A",Column2:"B",Column3:"C"},{Column1:"A",Column2:"B",Column3:"C"},{Column1:"A",Column2:"B",Column3:"C"})
2\Add a flow into the app
3\Modify the flow
4\Add a button and set it's OnSelect Property to:
'PowerAppV2->Createfile,CreateHTMLtable,Convertfile,Delay,Send...'.Run(JSON(ACollection))
5\Click the button and get the result:
Best Regards,
Bof
Hi @bounouas ,
I've made a test for your reference:
1\I assume there is a collection
learCollect(ACollection,{Column1:"A",Column2:"B",Column3:"C"},{Column1:"A",Column2:"B",Column3:"C"},{Column1:"A",Column2:"B",Column3:"C"},{Column1:"A",Column2:"B",Column3:"C"})
2\Add a flow into the app
3\Modify the flow
4\Add a button and set it's OnSelect Property to:
'PowerAppV2->Createfile,CreateHTMLtable,Convertfile,Delay,Send...'.Run(JSON(ACollection))
5\Click the button and get the result:
Best Regards,
Bof
thank you for your answer, but this solution to convert the collection to PDF but without the attached file of each item, apparently on a collection we do not collect the attached file. thanks to you.
User | Count |
---|---|
162 | |
84 | |
70 | |
64 | |
62 |
User | Count |
---|---|
208 | |
147 | |
95 | |
84 | |
68 |