I have a multi-page document with min = 1 and max = 2.
If only page 1 exists, I will use footer from page 1. This is fine. If page 2 exists, I want to use footer from page 2. But, I cannot differentiate both scenario, since footer will always start searching from min to max, so it will only capture footer in page 1 as the only page in my document.
How can I design the layout to cater both scenario ?