PDF generated shows the ID of the Product and I need to show the name of the REF

Hi, I’m doing a quote form, and I have a list of products.

My quote sheet has a ref to Products, and I can choose the product from the list; it’s all ok with that.

The only issue is that when I generate a PDF file, it generates the PDF with the ID of the product and not the name, making it impossible to understand it.

What can I do to appear the product’s name in the quote?

Thank you!

Dereference expression

For example:

[Product ID].[Product Name]
1 Like

Here are two pictures with the problem

Assuming the second photo is your file template, you may need to use syntax like:

<<[Product 1].[Product Name]>>

Also, ICYMI, consider Use Start expressions in templates - AppSheet Help.

1 Like