Export pdf with the tag number listed in table

  • Goal: <!--- Hi All, We have a app made recently and the coder is away, We want to pull all the listed tag numbers in table to the pdfs with replacing the XXXX with the Qrid numbers on the click of the generate button

We need the code that needs to be added in the 3rd section.

We are looking for the exact code, please update for the same.

Hi @Kuwait_Digital_Technologies, it's not clear which ones are the listed tag numbers but if qrTagNumberVar.value does get the desired values, we may just be missing a return statement at the beginning of line 1 in the "bulkGenerateQRs" query:

return qrTagNumbervar.value

JS queries don't return anything by default.