Correct precondition syntax for presets in 1.2.0+

v1.2 uses a new expression format. It’s used in filters/preconditions as well as other areas that require dynamic values such as the various configuration options. The format is modeled after the SQL WHERE clause. To filter on tag:

Tags.mytag IS NOT NULL

Hope that helps. I will document this format soon before the final release.

4 Likes