Logmanager documentation
Toggle Dark/Light/Auto mode Toggle Dark/Light/Auto mode Toggle Dark/Light/Auto mode Back to homepage

Logic boolean constant

Block true is used to represent boolean constant of true or false.

Block XML representation

XML representation of logic_boolean block

<xml xmlns="http://www.w3.org/1999/xhtml">
  <block type="logic_boolean">
    <field name="BOOL">TRUE</field>
  </block>
  <block type="logic_boolean">
    <field name="BOOL">FALSE</field>
  </block>
</xml>

Example of visual representation

Block boolean constant

Block boolean constant

Example of block usage

Example of boolean constant block use

Example of boolean constant block use

Block is used twice in the example:

  • On row “create dictionary with to”: sets boolean value to false in the “admin” key.
  • On row “do in dictionary item”: sets boolean value to true in the “admin” key.

Processing result

Result of boolean block use

Result of boolean block use