In Workflow 9.1 I'm collecting data from a Laserfiche form and using it to populate an Adobe PDF Form. In one of the area's of the PDF Form I'm using the Apply Index token editor in Workflowr to grab the correct values and apply them to the correct field on the PDF. I'm having an issue where in a table on the Laserfiche form only 1 row of data is submitted, however all of the fields in the table of the PDF are being populated and ignoring the assigned index from the token editor. I read in the notes of Workflow the following, which I believe is the cause of my issue:
"Note: If you are counting values from the start and you specify an index greater than the total number of values in the token, the token will be replaced by the last value. If you are counting values from the end and you specify an index greater than the total number of values in the token, the token will be replaced by the first value.
Is there a way around this issue or a way to disable it so that the LF Form submitted values are not repeated?