Over the weekend I sent my problem file to Arnis to look at. Here is his response:
Arnis Gubins wrote:
The reason that the extra was appearing when Conditions were used was due to having the Top text frame see to Autoconnect along with using the Anchored frame position Below line for
both logo graphics. The text frame was too small to hold both graphics at once, so with the Autoconnect turned on, FM creates another copy of this text frameon a new page to hold the other logo graphic. When you activate or switch condition FM has to show everything and then hid the appropriate, so it would always add that extra text frame on the new page in order to display bothgraphics (because that is what autoconnect does.
There some remedies, as demonstrated in the the attached zip.
1. Just simply turn off the Autoconnect setting.
2. Place the logo graphics using the "outside of text frame" setting for the AFrame. This allows you to stack the graphics one atop the other such
that you would not trigger an autoflow to create a new text frame if both should need to be rendered.
3. You could also do both, to be really certain that a new page isn't triggered.
Turning off the Autoconnect Setting did fix the issue of an extra page being created and not being removed. I will require a bit more work to see about relocating the Frame and keeping my page layout the same.
Thanks for all the help Arnis Gubins