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.