And node
Outputs true if all inputs are true.
Read time 1 minuteLast updated 20 hours ago
Use the And node to check if two conditions are both true. It only outputs true when Input 1 and Input 2 are both true. This is useful if you only want to proceed when multiple requirements are met.
Sockets
Socket | Type | Description |
|---|---|---|
| Input 1 | | The first true/false condition. |
| Input 2 | | The second true/false condition. |
| Output | | True only if both inputs are true; otherwise false. |