Skip to main content
Skip table of contents

Action Search Filter Reference

Some action inputs support search filters (most panel source/BO fields, activities, contacts). Below is a list of search filters. Replace the word TERM with your search term. For operators that require two or more terms, replace TERM1TERM2, etc.

For example, if you wanted to search for all e-mails matching a certain domain, you would enter: endsWith:@example.org

Search FilterApplies ToDescription
between:TERM1|TERM2number, date​Returns results where the field is between TERM1 and TERM2, inclusive.
contains:TERMstringReturns results where the field contains TERM.
endsWith:TERMstringReturns results where the field ends with TERM.
equal:TERM
eq:TERM
string, number, date

Returns results where the field exactly eqiuals TERM.
NOTE: This is the default behavior, you do not need to specify the equal: operator explicitly.

greaterThan:TERM
gt:TERM
number, dateReturns results where the field is greater than TERM.
greaterThanOrEqual:TERM
ge:TERM
number, dateReturns results where the field is greater than or equal to TERM.
in:TERM1|TERM2|...|TERMNstring, number, dateReturns results where the field is equal to one of the TERMs in the specified list.
NOTE: There is a limit to the number of fields that can be included in the list, based on the total size of the request URL / querystring value.
isEmpty:
empty:
anyReturns results where the field is empty or blank.
NOTE: No term is required, but you must specify the search filter exactly as shown, including the trailing colon.
isFalse:
false:
booleanReturns results where the boolean field is false.
NOTE: No term is required, but you must specify the search filter exactly as shown, including the trailing colon.

isTrue:
true:

booleanReturns results where the boolean field is true.
NOTE: No term is required, but you must specify the search filter exactly as shown, including the trailing colon.
lessThan:TERM
lt:TERM
number, dateReturns results where the field is less than TERM.
lessThanOrEqual:TERM
le:TERM
number, dateReturns results where the field is less than or equal to TERM.
notContain:TERM
!contain:TERM
stringReturns results where the field does not contain TERM.
notEmpty:
!empty:
anyReturns results where the field is not empty or blank.
NOTE: No term is required, but you must specify the search filter exactly as shown, including the trailing colon.
notEqual:TERM
ne:TERM
string, number, dateReturns results where the field is not equal to TERM.
startsWith:TERMstringReturns results where the field starts with TERM.
JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.