Page 1 of 1

How many characters in NameProper?

Posted: Mon Feb 07, 2022 12:41 pm
by magnussandstrom
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?

Posted: Mon Feb 07, 2022 1:09 pm
by freddyp
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? :D

Re: How many characters in NameProper?

Posted: Mon Feb 07, 2022 1:20 pm
by magnussandstrom
Ah, I actually did solve it before your answer Freddy. :D Thanks! Now I have two ways of doing it.
Skärmavbild 2022-02-07 kl. 13.18.34.png
Skärmavbild 2022-02-07 kl. 13.18.34.png (120.6 KiB) Viewed 1694 times