* Updated the '''Special - Advanced Data Table''' to enable mapping and added support for the <code>.displayvalue</code> variable syntax in order to return the display value of a table cell from the mapped records.
<!-- 130874 - Advanced Data table cell display name-->
* Added an option clause to the list syntax to preserve line breaks if needed. For example, to preserve the line breaks on a list of Level 2 UTA Providers, type: <code>[#(?(object =utaproviderL2;preservelinebreak=1)$123456$#]</code> , where 123456 is the Custom Field ID. Without this clause, line breaks will be converted to HTML "br" break tags.
<!-- 132124 - HTML tags showing in Word Merge-->