I'm very new to WordprocessingML. I have started running various samples and am now stuck on trying to substitute my data into a row in a table (having the document display my custom content in new rows in the table).
I'm trying to follow your sample (ContentControlBindingExtensions) however, when I open the final output from this method (*_bound.docx) file, instead of seeing 3 rows with the content populated in my table, I see three empty rows. The repeat binding seems to be working (there are 3 rows being created), however, it's not updating the content controls in the cells as I'd expect. Running the same code against the sample docs works and I see 3 rows (populated with cell data) in the invoice_bound.xml.
Any help would be greatly appreciated!!