If limit in action "Rule"

In “theory” or practice, is there a limit for the number of conditions and rows in Rule? I have a massive project where I need to use fuzzy search and contains to find keyword and wondering how far I can go? Thank you.

There is no limit on the number of conditions in the “Rule” action.

If you need to do a fuzzy search consider the “Match” action - it has a fuzzy match mode.

Also, check out the “Replace with a lookup” action because it can find multiple occurrences of multiple substrings in text.

Thanks @dgudkov , I will need to use both, first a contain to find exact words within a text field, then to use fuzzy search for the words not found in the contain rule.

Super, will check the Replace with a lookup then. Thank you very much.

You’re welcome :slight_smile: