I have a form that has a table with a range of rows from 1-5. Part of the workflow on submit fills out a PDF form.
I submit the form with two rows:
My fill PDF activity is set to fill out all 5 of the rows on the PDF but the tokens are formatted to do the correct iteration and NULL if there isnt any information.
When the PDF is filled and generated I get the correct two rows that I put on the form but then the rest is filled with same as the last row. It's always the last row I have tried more than two:
How can I get the PDF to fill out with only the rows submitted?
Thanks,
Chris