My department has a Python script that has two variations; one is to run automatically each night through server jobs and the second is to run manually on-demand. The Python script was configured with an ArcGISPro 2.9 APRX and works fine. The script includes several definition queries and is based off a map series printing out data from the utility network we have set up to a pdf file.
We just upgraded to ArcGISPro 3.3 and the script was updated to have V3 within (instead of V2) along with the APRX updated to that version. When either the automatic or manual script runs, however, the element for the page number becomes non-sequential, i.e. instead of Page 1 of 10, Page 2 of 10, etc. it becomes Page 9 of 10, page 3 of 10 etc.
I've tried several troubleshooting steps like using the Page Number element provided by 3.3 instead of the one from 2.9 in our layout and updating our script back to having V2 instead of V3 to no avail. I just wanted to see if anyone else had a similar issue.
Thanks!