I have a form that has a repeating table and a non repeating section nested inside a repeating section inside a non repeating section.
The issue is: the one section nested below the repeating table. I need to show this only on the first "print view" page and not on any subsequent print pages. I have used conditional formatting to hide/show it which will show the section on the first page and any subsequent page, I have moved it out of the repeating section which will place it after the repeating table on the last page - not the first.
This works correctly on the form itself as it will only show when my "current page" = 1, but the pages listed at the top of the print view are not "current page".
Is there a way to programmatically access the page number of the print view, so I can show this section only on the first print view page?