NOT

To filter for a condition when something is not true, select this option.

For example, in some scenarios, you want the system to check and see if a particular field has been updated. If it has, you continue with the next action step. If it has not, however, you want to finish the running of the handler. In this case, you could set up the expression within a Finish action, like this:


CONDITION(NOT PROPERTYMODIFIED("CreditLimit"))