I have a repeated subform (new instances added by a button). It is flowed and page breaks within content are allowed. Pagination is set to Following Previous/Continue filling Parent. I want all instances of the subform to start on a new page, except for the first instance.
I feel this can be achieved by specifying a Conditional Break. I set to "Break Before", but what do I specify as the When condition? I have tried a When condition of:
higherlevelforms._mysubform.count > 1
This causes all subforms to start on a new page, but how can I add "except for the first instance of mysubform" to the condition so that the first instance of mysubform doesn't start a new page?
Thank you.