How to route if over 50000 character limit

I found the answer myself.

You need to use the String function “Length” to convert it into a number. Then you use the Numeric Operator. For this example, I used greater than.

3 Likes