Hi, I have a document generated from a template using the reporting engine. It iterates over a list and creates a large entry for each item in the list. I need to place a bookmark at the beginning of each created entry, but the structure of the template can differ, so I can’t programmatically create them after generation. Is there anyway to place a bookmark using the template? For example:
<<foreach [item in Data]>><<[INSERT BOOKMARK]>><<[item.Title]>>
//Details of item
<</foreach>>