2020.1

Table Of Contents
The %i Loop Count variable
The value of the %i variable is equivalent to the current iteration of loops inside of a process. It
always contains the value of the innermost loop, and only certain tasks trigger the counter to
start. The below image shows an example process and the value of %i during this process:
Initial input tasks do not modify the value of %i. However, the following tasks do trigger the
variable:
l Barcode scan
l Capture Field Processor
l All Splitters (Including the Metadata Sequencer)
l Get Capture Document
l Loop
l Capture PGC Splitter
l PrintShop Mail
Error handling variables
The error handling variables are read only and are filled by the On Error mechanism.
They can be accessed anywhere, but they only appear in the contextual menu of a task
Page 708