I have a Document with 4 Barcodes on it. QF finds the Barcodes and captures their values with ease. The challenge I have is when I assign the BarCode Values to a MultiValue Field, they appear in Reverse order as to the Order they appear on the Page, (Example, Barcode appears on page as
1111
2222
3333
4444
The Multi-Token Values appear as
4444
3333
2222
1111
I can fix this in Workflow, but was wondering if there is a way to control the way this is handled in QuickFields
I also have Pattern Matching capturing values into a Multi-Value Token and it is working as expected so this appears to be unique to BarCodes