Conditions
A node that accepts a logical expression and branches the chain.
It takes an expression that must return TRUE or FALSE. Depending on the execution result, the scenario proceeds along the corresponding branch.
Used for: - checking variables - HTTP request results - or other logical states