We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Runs logic based on evaluation of an expression.
Example:
{ "Condition": { "If": "Regex.IsMatch(LoginCheckBuffer, @\"(Password change required)|(Password expired)\")", "Then": { "Do": [ { "Return": { "Value": true } } ] }, "Else": { "Do": [ { "Return": { "Value": false } } ] } } }
This wiki is no longer maintained.