• Hi,

    Here is an alternative to Boolean type.

    Use the data type Integer with available values 0 and 1.

    Label Value

    Open 1

    History 0

    You can treat 1 as true and 0 as false.

    Hope this helps.