BooleanAndMulti
This dynamic component performs a logical AND operation on up to 64 inputs and outputs the result.
- If all non-null inputs are true the output is true, otherwise false.
- If all inputs are null, the output is null.

Property Sheet
| Name | Description |
|---|---|
| Facets | Defines the facets for the Out slot. trueText defines the text description when true. falseText defines the text description when false. |
| Out | Output value |
| Propagate Flags | Defines which status flags from the inX slots are applied to the Out slot. |
| Input Values | The number of input slots. Max 64. |
| inX | Input slot |