REPEATING FIELDS EXPLAINED
A Field can loop through a list of Parties and display information for each one on a separate line. This is best explained by means of an example.
Let’s say we have a Field called PARTIES_TEL

This Field has two Field Variables:
This Field loops through ParLang.

This tells the program to go through the list of Parties for the Matter and insert the
Role Description<TAB>Party Name<LineFeed> 1st Party
Role Description<TAB>Party Name<LineFeed> 2nd Party
Role Description<TAB>Party Name<LineFeed> 3rd Party
etc etc
For example, if our list of Parties for a Matter looked like this

We would get something like this in the document
Client : ABSA BANK
Defendant/Debtor : Greg Fegan
Plaintiff : ABSA BANK
Opposing Attorney : ABC Attorneys
Attorney : ACME ATTORNEYS
Now let’s say we don’t want the Attorney in the list for some reason. To do this we can use the Filter Expression for the Field and tell it to repeat for all the Parties but to only put those in where the Role Description is not equal to ‘Attorney’, like so:

When you next assemble a document the contents of this Field will now look like this
Client : ABSA BANK
Defendant/Debtor : Greg Fegan
Plaintiff : ABSA BANK
Opposing Attorney : ABC Attorneys