SmartObject Get List Custom filter

In Workflow Designer you use the SmartObject Get List method to retrieve one or more items. You can then use this returned data as inputs for functions and configuration values in other workflow steps.

Use the SmartObject Get List Custom filter to configure filters on the query to return only the data that you need. To add a custom filter, drag a SmartObject Get List method property into a SmartField. In the Smartfield Composer select the Custom option and open the List Method Configuration panel. Here you use the Filter and Properties panels to add criteria and build your filter. Type or drag Fields, Functions, SmartObjects, or Workflow-related properties from the Context Browser.

Example Scenario

An example of using the Custom Filter is that you want to send an email to your customers in a specific industry, in this case Real Estate. The SmartObject that you use contains details for all customers, including a field called Industry Type. To only reach the Real Estate customers, you configure a custom filter to return email addresses for only those in the Real Estate industry. You then use this property in the To field of the Send Email step.

Example of a Custom Filter