Skrol29,
Thank you very much for your response. I appreciate your suggestion but the address array doesn't have a static number of elements. Addresses in this application vary from between 2 and 5 lines so the sub-block really seems like the best solution. After some more tinkering, I was able to solve my problem. I placed the tag inside a table like this:
[notice;block=begin;sub1=addressArray]
[notice.recipient]
[notice_sub1.val;block=tbs:row]
[notice;block=end]
|
Also note for those new to tbs like myself that, in the word template, the [notice_sub1.val;block=tbs:row] needs to be placed within a table row. If you don't do this, tbs will throw an error.
Once I made this change, all the records of the sub-block array were properly merged.