I have encountered a couple instances where a query containing a flexscript command stops working (returns an empty table when it should not). After closing out of the model and reopening it runs fine. When the query stopped working, I had not made any edits to related code. The query is quite simple and the syntax is correct, as it normally works. Example: Table result = Table.query("SELECT ceil(ColumnNameOne / ColumnNameTwo) FROM... join two tables on certain columns). I have not been able to cause this to occur deliberately, and it is working fine now. I am using version 17.1.2, and noticed the release notes state that a bug was fixed regarding queries and flexscript commands. I figured I would point this out in case a bug persists.