I'm currently generating a Word Document from template and noticed wierd behaviour trying to use Clone Block, which includes table with some variables, and then replacing the variables with ReplaceTableVariables method with first match flag. All tables exclude the last one contain only first item from array, the last one has all items in it. I suppose it's some kind of bug, because by only one data structure, which compatible with replaceTableVariables (array of arrays) everything works fine