Mass createRow performance when creating hundreds of rows

You guys are awesome!  So I had a mass create that was taking way too long. Now it takes seconds to do all of them.  I simply added a UI only object with a checkbox named “Render”. I set the output table to only render after the UI only checkbox is checked.  Then in the action framework I make my last step after the rows are all created to be to change the field of the UI only checkbox to checked.  Beautifully easy and fast and absolutely no code.