I've setup a barcode read of a QR code in pre-processing. I've also setup an assign token process from that initial barcode read.
In First Page Processing I'm reading the header information on that QR code to determine if it is a delivery ticket.
If the read of the QR code returns nothing, it makes that document the second (or third) page of the document identified as the delivery ticket. But it does not populate the template for that multi-page document.
If I insert a conditional process in Page Processing to query the content of the original barcode read, the session will populate the template information with the token values from the first page. (Note: When I reprocess the QR code it again returns nothing.)
What I'm trying to figure out (among other things) is: when in the session does the token information from the initial barcode read get written to the template?