Gap bookmarks within a repeating section
Gap bookmarks within a repeating section will cause the rest of the document to not generate/cause errors if the gap bookmark ends on its bookmark.
For example:
[Address [AddressLine2]
This will cause an issue if there is no AddressLine 2.
To fix this issue add a single "space" after the AddressLine2 bookmark and use that for the gap bookmark.
For example:
[Address [AddressLine2] ]
Updated almost 5 years ago