How many characters in NameProper?
- magnussandstrom
- Advanced member
- Posts: 510
- Joined: Thu Jul 30, 2020 6:34 pm
- Location: Sweden
- Contact:
How many characters in NameProper?
I need to send files to a specific outgoing connection if NameProper is more than 50 characters. Is there a simple way to do that?
Re: How many characters in NameProper?
Two outgoing connections, one with a condition that uses a regex .{50,} (any character 50 or more times) and one with "All other jobs". Simple enough? 

- magnussandstrom
- Advanced member
- Posts: 510
- Joined: Thu Jul 30, 2020 6:34 pm
- Location: Sweden
- Contact:
Re: How many characters in NameProper?
Ah, I actually did solve it before your answer Freddy.
Thanks! Now I have two ways of doing it.
