Skip to main content

I'm currently working with a filtered list view (see attached). When I click the "Create PDF" button, I'd love to be able to iterate through each row in the list view, append its coordinating item view after the previous one, and use Save as PDF (or PDF Convertor) to create a PDF of all the item views. I've been able to navigate to the item views when clicking the button, but it replaces each one with the next while iterating through them. Is there a way to append them instead, and then to create a PDF?


13837iB67F33A952714387.png

Hi,

 

While transfering data just check whether you are appending the value with the value + rowwitem] value.

 

 

 

ex.  Take new DataLabel and name it as dlResult

In Rules

1. For all rows in the list view

2. Transfer Data  --> In Configure dlResult = dlResult Col1RowValue Col2RowValue

 

Now dlResult should have your concatenated result of all rows data

 

 


Reply