Skip to main content
The Contains Text action searches a string for an exact piece of text and returns a boolean. Use it to route workflows based on keywords, identifiers, or short phrases.

Inputs

Outputs

Example

With Text set to Order REF-204 is ready and Search set to ref-204, the result is false. Turn on Ignore Case to return true.
The search is literal. Characters such as ., *, and ? have no special meaning. Use Matches Regex when you need pattern matching.