Hi, I have a question on automation and triggers. Can we define some rules over event payload properties for triggering a workflow?
So, for example, I want to trigger a workflow based on Event E1 where payload consists of properties x, y and z and trigger can happen only when x=x1 OR/AND y=y1 OR/AND z=z1 (any expression with logical and comparison, match etc operators).
If not, is there any plan in future to define some trigger rules based on event payload (JSON or some structured format)?