Loading
Salesforce now sends email only from verified domains. Read More
About Salesforce Data 360
Table of Contents
Select Filters

          No results
          No results
          Here are some search tips

          Check the spelling of your keywords.
          Use more general search terms.
          Select fewer filters to broaden your search.

          Search all of Salesforce Help
          Supported Operators for Event and Action Rule Conditions

          Supported Operators for Event and Action Rule Conditions

          To trigger a data action, you can select one or more event rules based on the record actions and specify when to publish data using OR and AND conditions.

          Required Editions

          Available in: All Editions supported by Data 360. See Data 360 edition availability.
          Event and Action Rules

          When adding conditions, you can use these operators for objects to evaluate a data action.

          Operator Description
          Is Equal To The attribute value is the same as the specified value. For example, to select records where the product category is Clothing, use this operator and enter Clothing as the input value.
          Is Not Equal To The attribute value doesn’t match the specified value. For example, to select records where the product category isn’t equal to Clothing, use this operator and enter Clothing as the input value.
          Is In The attribute value must be in a multivalue, comma-separated list. For example, to select records from certain countries in the APAC region, use this operator and specify the list of countries to include such as Japan, Malaysia, Singapore.
          Is Not In The attribute value isn’t in a multivalue, comma-separated list. For example, to omit records from certain countries in the APAC region, use this operator and specify the list of countries to exclude such as Japan, Malaysia, Singapore.
          Does Not Contain The attribute value doesn't contain the specified value. For example, to select records from a subscription list that doesn’t contain website, phone, and email, use this operator and specify website, phone, email as input values.
          Contains The attribute value contains the specified value. For example, to select records from a subscription list that contains website, phone, and email, use this operator and specify website, phone, email as input values.
          Contains Regular Expression The attribute value contains or matches the regular expression in the specified value. For example, to select records from cities that contain specific characters, such as San in San Francisco, San Jose, or San Antonio, use this operator and specify the expression San as the input value.
          Does Not Contain Regular Expression The attribute value doesn’t contain or match the regular expression in the specified value. For example, to select records from cities that don’t include a specific character, use this operator and specify the expression as the input value.
          Begins With The attribute value begins with the specified value. For example, to select records for movies with titles beginning with specific characters such as Life in Life Is Beautiful or Life Is Good, use this operator and specify the expression Life as the input value.
          Ends With The attribute value ends with the specified value.
          Exists As A Whole Word The attribute value matches the entire word in the specified value. For example, if your subscription ID is Smith, Z07257, use this operator and enter Smith or Z07257 as the input value.
          Has No Value Evaluates if the value is null or empty.
          Is True Evaluates if the attribute value is present and if it’s true. For example, use this operator to check if an individual user profile is anonymous.
          Is False Evaluates if the attribute value is present and if it’s false. For example, use this operator to check whether a user’s subscription is current.
          Is Null Evaluates if the attribute value isn’t defined. For example, use this operator to check whether the consent status of a user isn’t defined.
          Is Not Null Evaluates if the attribute value is defined. For example, use this operator to check whether the consent status of a user is defined.

          The Record Updated event rule supports these change operators. These change operators aren’t available for related objects.

          Operator Description
          Changed From Evaluates whether the attribute value has changed from the previous value. For example, use this operator to check whether the user has changed their consent status from Yes.
          Changed To Evaluates whether the attribute value has changed to a specific value. For example, use this operator to check whether the user has changed their consent status to “opt out.”
          Is Changed Evaluates whether the attribute value has changed. For example, use this operator to check whether the user’s subscription status has changed.
          Is Not Changed

          Evaluates whether the attribute value is the same as the previous value.

          For example, use this operator to check whether the user’s subscription status hasn’t changed.

          Is Empty String

          Checks whether a text field value is an empty string. For example, use this operator to check whether the user’s name is empty.

          Operator representation:

          • Is Empty String(null) = false
          • Is Empty String(“”) = true
          • Is Empty String(“Matt”) = false
          • Is Empty String(” Matt “) = false
          Is Not Empty String

          Checks whether a text field value isn’t an empty string. For example, use this operator to check whether the user’s name isn’t empty.

          Operator representation:

          • Is Not Empty String(null) = true
          • Is Not Empty String(“”) = false
          • Is Not Empty String(“Matt”) = true
          Has Increased The attribute value has increased from the previous value.
          Has Decreased The attribute value has decreased from the previous value.
           
          Loading
          Salesforce Help | Article