I encountered this relatively specific bug where the Render TOP only gets the first operator when pulling the names of ops from a Table DAT. In the current TD build this method works to define geometry to render. I’ve used it recently to select geometry from elsewhere in the project dynamically based on tagging (namely in my recent Grid Layout tool)
In the Alpha build the same method breaks. There is a workaround by formatting the table as text with spaces, though I wanted to point out that the behavior changed in the Alpha.
Here are the example .toe that demonstrate the difference.
2023.12230 - Selecting Render Geo from Table DAT.toe (5.4 KB)
Alpha_2023.32485 - Selecting Render Geo from Table DAT.toe (8.4 KB)