I have a fairly nice data model that describes the product we sell in CRM, and now I want to extract that data and put it into a word document.
This works fine for the most part until I get to the lists i want to render. They render fine if I set the repeating section to be a single table row, but if I try to do anything more complex, e.g. a heading with some text underneath, then CRM just repeats the last item in the list once for each item in the list.
This seems to be doing more than just populating the XML data, as the content controls are no longer in place on the document generated by CRM, but if i manually replace the XML data with test data in word, then it renders properly.
Has anyone else noticed this buggy behaviour, found a workaround, or have some tips for getting it to play nicely?
*This post is locked for comments