For the complete documentation index, see llms.txt. This page is also available as Markdown.

And/Or Block

And Block
Or Block

The and block returns true if both inputs are true.

The or block returns true if any of the inputs are true.

To specify a condition, add two blocks to the inputs.

To specify if the block should be an and or an or block, use the dropdown in the center of the block.

Generated Code

And

Or

Last updated