Forum Discussion
Brad_Docimo
Jun 28, 2026Copper Contributor
Dynamic Pages in Mail Merge
Is there any way to dynamically turn pages in a document on or off during a mail merge? Building a welcome packet for an event, and some people need to see Page A. Others need to see Page B instead...
Charles_Kenyon
Jun 28, 2026Bronze Contributor
I would save the content for Page A as an AutoText entry and for Page B as a separate entry.
Have something set in your data to distinguish these separate groups (i.e. a separate data point in the records).
Then use an IF field to test and display with an AUTOTEXT field for the result.
Something like:
{ IF "{MergeField Test }"="A" "{AutoText PageA }" "{AutoText PageB }" }