Filter by string length dosent work

I have a router with 2 paths.
Each path’s filter is the opposite then the other.
So one of them must go throw, but It doesn’t.



This doesn’t make any sense…
What am I missing here?

As i can see the filters are not the opposite of each other. One compares to “>280” the other one to “>=280”. So your string length is less than 280 characters.

2 Likes

Welcome to the Make community!

The bottom route should be LESS than or equal to 280, so you should see <=

Screenshot_2024-09-02_100943

Currently you have set it to >= (greater than or equal)

OMG, I looked at it so many times, how did I miss it…
Thanks!