bot-graph-dialog icon indicating copy to clipboard operation
bot-graph-dialog copied to clipboard

String matching conditions can only be case sensitive

Open aribornstein opened this issue 9 years ago • 0 comments

        {
            "condition": "oldReference == 'None'",
            "nodeId": "authenticate"
        }

if I type "none" instead of "None" this will cause the bot to crash :(

aribornstein avatar Aug 24 '16 11:08 aribornstein