HI
I am very new with PowerApps and I'm working on a project that at this point requires reporting, I follow the process fromhttps://www.c-sharpcorner.com/article/how-to-implement-print-functionality-in-power-app-form/. and I want to say that was the best step by step I have followed so far regarding PowerAppps. I ran the process however it gives me an error but I was able to get around it for now, but the data that pulls is from one row at the time from the list in SP, how do increase the data collection (array) to grabbed the whole list Data? Thank you again for any assistance
Sanjay MakwanaPosted Nov 30, 2022, 7:21 AM
Hi Reynaldo,
You can first store all list items in collection and then loop through all items and create HTML string and store it in variable.
And then you can use this variable which contans HTML string, use as a parameter when Power Automate triggers from Power App form.
Thivagar SegarPosted Jul 8, 2022, 3:33 PM