After the last update I'm having an issue with using table.addRow. I am modifying the size of a global table in an entrytrigger (AccumContent.addRow(1) where AccumContent is a defined table Object). When the program gets to this line of the code it immediately moves back to the first line of the code and refuses to move past the line (repeats the process until it continues with an error message). If I define the table as a bundle, the code works fine (but I don't want to use a bundle).