Request: Add AND/OR Logic to Routing Rules
Current Limitation:
Routing rules only support AND logic. This significantly restricts flexibility because complex conditions require multiple separate rules instead of being combined into one.
Impact:
Increases setup time and complexity.
Makes routing logic less efficient and harder to maintain.
Proposed Enhancement:
Introduce AND/OR logic within a single routing rule. This will allow more advanced conditional logic without creating multiple redundant rules, improving efficiency and scalability.
3
votes