I’ve created a dynamic form with an expanding table and I am having trouble getting instanceManager to do what I want.I have 2 buttons, one button is in the header and adds rows to the bottom of the table when pressed using: Table3.Row2.instanceManager.addInstance(1);It works. Within each populated...