Routing
Thecheck port may have several target nodes. They are evaluated in an undefined order; the first one whose subgraph conforms with the test value is selected. If none conform, the node connected to the required fallback port is selected instead. An error is raised if fallback is not connected.
Supported conformity checks
Each branch oncheck must be one of: Constant, Attribute, Equals, or Match. Constant and Attribute are compared by value equality against the test value; Equals and Match are evaluated as boolean checks and pass when their result is true. Connecting any other node type to check raises an error.
Per-property iteration
Switch evaluates each dated property in the test value independently and routes them through the appropriate branch. Use this node together withEach if a downstream branch needs to operate on individual list elements rather than whole dated properties.