-
Suggestion
-
Resolution: Unresolved
-
None
In order to consolidate multiple automation rules that manage conditions for a single field, it would be extremely helpful to have access to a switch-case or if-elseif-else logical structure for grouping multiple operations under one rule.
The switch/case logic would require the beginning of the block to define just a field or condition upon which to switch, and then any number of additional case sub-blocks with components/actions grouped beneath them based on those values
The if-elseif-else structure could replace the existing if block structure, and would require the ability to add any number of elseif sub-blocks that are functionally identical to the existing else block, but can be added an arbitrary number of times. Then a final else block would act as a catchall condition, should one be needed, for any that falls through the logical conditions.
- links to