How too use logical operators on the connection 1. Connection Double click on the connection to set requirements to the signal 2. Query using logical operators Example: Path == Dynamic.segment_* && path == Dynamic.node_* Syntax path logical operator <filter1> logical operator path == <filter2> path logical operator <filter1> Logical operators and : && Or: || NOT: != EQUAL: == 3. Examples path == Dynamic.element_* || path == Dynamic.node_* path == Dynamic.segment_* && path == Dynamic.node_* path == Dynamic.segment_* path == CY || path == CZ path != CY && path != CZ 4. Activate using logical operators How to set condition and workflow as variables Riflex: How to define local element axis