Problem:I have multiple objects all with multiple actions that only happen under the same conditions (if x and x then…). Is there a way to have multiple actions and only define the conditions once for all of them?
Currently, you can group all actions with the same condition into a single advanced action, and then execute that advanced action based on the condition.