The Table Row Loop action allows you to loop through a table's rows and run actions on each one

NOTE: Loop actions are available in the Enterprise Edition only. 


Table to Process

To start with you need to specify which table to loop through. The table must be set to "Save to Record" to be able to access it this way.


Actions

Add the actions you wish to process for each Document into the Actions list. 


* Here are some things to keep in mind:

  • You can use the [ROWCTR] variable in your actions to get the document number being processed
  • The data for each row will be available using [ROW:columnname] variables where columnname is the name of the column to return
  • The table must be set to "Save to Record" to be able to access it this way