show / hide menu

Repeater

In the ‘Properties’ section of the External form, click the checkbox of Repeat Property, as shown in figure 1 and thereby the form’s repeat feature and its rules can be implemented in the current form.

Figure 1

Various actions and rules are included, in the feature called External Form Repeater. This rule repeats the form with the current view based on the number mentioned in the count.

Figure 2

Step 1: Enter the rule with the below syntax and append a button trigger (‘Repeater’) to it.
Syntax: Repeater (ExternalFormName,Count)
Example: Repeater (ExternalFormRepeater, 1)

Figure 3

Step 2: In the Preview, on clicking on the button (‘Repeater’), the form will be repeated as per the count mentioned in the rule.

Figure 4