Skip to main content
Logical AND across all wired inputs. Emits true only when every wire is truthy at the selected moments. Sibling of Any (at least one wire truthy) and Refute (at least one wire falsy).

Inputs

  • Data / default in — the wires to AND together.
  • Date — optional. When wired, evaluation happens at that exact date and the As-of moments setting is ignored.

Configuration

  • As-of moments — pick any non-empty subset of Today, Oldest, Latest. Each wire is evaluated at every selected moment; the wire passes if the value is truthy at any of them.

Outputs

  • Result — one boolean per dated-property id seen across the inputs. For the typical single-id case, this is one DP; downstream nodes can treat it as a single boolean.

Tips

  • Ticking Today + Latest is the natural fit for “is this true now or in any planned future change?”
  • When wires carry independent ids (rare), each id gets its own AND result — they don’t interact.

Ports