Create a PDF from several selected rows

Is there a way to create a PDF from several selected rows of a table?

0 1 148
1 REPLY 1

"Select" the rows with a data change Action, such as setting a [select] column to TRUE.

Then use an appropriate START condition in your template to display only the selected rows, like

<<START: FILTER( table , [select] )>>

https://help.appsheet.com/en/articles/961746-template-start-expressions

Top Labels in this Space