Always have Dynamic Element start from bottom of page

Hello,

I have a dynamic table that can span multiple duplex pages. When there are an odd number of pages it includes a blank back as expected. However, my question is if there is any way to force this table to always end on the last page even if it means having the blank side “inside” of the document rather than at the end?

I assume there may be some way to accomplish this in a post-pagination script to re-position the elements. Still, I was hoping there may be a simpler way to “Anchor” an element to the bottom of the dynamic space where it can be placed to “Grow” up rather than from the top down as normal.

Would appreciate any insight!

Even if you would “grow” your table from bottom to top, that wouldn’t go backward in page sequence.

Post-pagination script is the way to go. You would use it to add a blank page when your page number are odd.