Optional fields on PDF output in Appsheet

I have created the ability to output all of an individual record's fields to a PDF file with no problem.  I set up all fields from the record on the document template so they would print along with labels to the left of each field for clarity.  I would like the labels for each field (text in the PDF document) that describe each field to NOT print if there is no value in that field. 

Example:  If the "assessor" field is blank, do not show "Assessor: " to the left of where the field value would display.  Is there an easy way to do this? 

Thanks!  Wick 

Solved Solved
0 1 65
1 ACCEPTED SOLUTION

Check out template conditional statements to "skip" template code when not needed.

Use if expression in templates 

View solution in original post

1 REPLY 1

Check out template conditional statements to "skip" template code when not needed.

Use if expression in templates 

Top Labels in this Space