I have created a Flow that pulls items from a Sharepoint list and prints them into a PDF table, however I would also like to include the sum of one of the columns (Number of containers) at the bottom of the table. Does anyone have a solution for this?
Flow to convert a Sharepoint list view to a PDF that includes the sum of a column
Before your create a table action you can use a variable to sum the columns in your list by apply to each and incrementing. This is bit of a slow approach so if you've got 100s of rows its not ideal but it will give you a result. you would then use the variable in your table. I've used ID as the value for a quick mockup, you would use your number of containers columns there.
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.