Current implementation is that IF condition work by “AND” option, meaning that only if ALL CONDITIONS occur then action is triggered.
Would be great to have the ability to choose between “AND” and “OR”, so in case any of the conditions occurs the action is triggered.
The implementation for example - setting variable’s value IF any of the conditions occur. Currently the way to implement it is by creating multiple rules, one per condition