• Hi,

    the 'ifnot' action is from a time when there were no operators supported.

    It has been removed the documentation, but it still keeps working and be supported.

    The effort for supporting it minimal, internally the ifnot action is simply mapped to the if action with the true/false actions swapped:

    Code
    ifnot(condition,trueaction,falseaction) => if(condition,falseaction,trueaction)


    That means no reason or need to change or convert anything.

    Best regards,
    Klaus

Jetzt mitmachen!

Sie haben noch kein Benutzerkonto auf unserer Seite? Registrieren Sie sich kostenlos und nehmen Sie an unserer Community teil!