I have a route in my scenario where the objective is to truncate all strings in a column that are 2000 characters or greater, and I'm hoping someone can suggest a more elegant solution. Right now, I use a Search module as the first module in the route and it is searching just for ANY entry in the da...