Avatar

Level 10

Hi,

There are a couple of issues:

  • In the if statement, you probably do not need "form1". Also you have not called the instanceManager. You can do this by placing an underscore "_" before the name of the repeating object( eg _Page1). Script should read:

          if (_Page1.count >= 2)

          ...

  • Also the script is JavaScript, so you will need to change that in the script editor, from the languages dropdown on the right-hand side.
  • Make sure that you have named the design pages differently from the Master Pages.

Hopefully it will work then.

Niall

Assure Dynamics