Learn how to use the If Input Contains node to create conditional logic based on input content patterns.
The If Input Contains node allows you to create dynamic paths in your workflow by checking if inputs contain specific text patterns or match regex expressions. The node evaluates conditions using OR logic, executing the path if any condition is met.
Text to Match: The pattern or text to search for in the input
Use Regex: Toggle to enable regular expression pattern matching
Case Sensitive: Toggle to make the pattern matching case sensitive
Multiple conditions are evaluated using OR logic — if any condition is true, the workflow will proceed down the true path. To use AND logic, simply chain multiple If Input Contains nodes together.