Basically just an Advanced Conditional version of the conditional value block so we can add multiple conditions. Maybe even have conditional groups so it can be more than just t/f. E.g:
- Group (if true return “A”)
- Value 1 = Value 1
- Group (if true return “B”)
- Value 1 = Value 1
- Value 2 = Value 2
- Value 3 = Value 3
- Group (if true return “C”)
- Value 1 = Value 1
- Value 2 = Value 2
Would be evaluated from top to bottom. If all/at least one (configurable via dropdown on each group) is true it would return the value and not evaluate the other conditions. It would allow for nested subgroups just like the Advanced Conditional, but they would not have the “value if true” part.
It’s complex, but it would make the Conditional Value block soooo much better than it already is :)