Search found 6 matches

by blingen
Fri Mar 15, 2024 5:11 pm
Forum: Flows
Topic: Bypass 'Hold job' with time window?
Replies: 1
Views: 387

Bypass 'Hold job' with time window?

Is it possible to cleanly bypass a 'Hold job' element using a time window without messing up file names and Switch prefixes? We need to do this every so often for escalated priorities or to get things back on track if issues occurred. We've run into issues copying files from the folder before the ho...
by blingen
Mon Oct 03, 2022 6:14 pm
Forum: Appstore
Topic: Folders Apps v4
Replies: 5
Views: 7165

Re: Folders Apps v4

Sounds great!

Does this happen to include a fix for the mail body issue discovered here? (apologies if I've missed that patch but I don't see a note for it anywhere)
by blingen
Fri Sep 30, 2022 9:11 pm
Forum: Flows
Topic: Building a regular expression with a variable?
Replies: 0
Views: 9128

Building a regular expression with a variable?

Is it possible to use a variable inside a regular expression, or to use a single variable for an entire regex? In other words, I'm trying to build up a regex dynamically, depending on incoming jobs. For example, let's say I've got 3 different folder elements that each set a private data key: Folder ...
by blingen
Thu Aug 04, 2022 6:03 pm
Forum: Appstore
Topic: Folder Apps v3 - inserting log HTML into fixed template
Replies: 5
Views: 6258

Re: Folder Apps v3 - inserting log HTML into fixed template

It was a bug: the mail body was not set for every error situation. I solved it and I will release a new version next week. I will let you know when it is available: it is a bundle of apps and that is always a bit more work and I want to make sure that any problems that were reported for other apps ...
by blingen
Thu Aug 04, 2022 4:26 pm
Forum: Appstore
Topic: Folder Apps v3 - inserting log HTML into fixed template
Replies: 5
Views: 6258

Re: Folder Apps v3 - inserting log HTML into fixed template

File pool cleanup only outputs a log file (and sets [Job.EmailBody]) along the Error connection. In other words, you will only get this when there was an error situation! Are you expecting a log file also in the case of a success? That would be a feature request. I'm using the "Log" / err...
by blingen
Wed Aug 03, 2022 4:26 pm
Forum: Appstore
Topic: Folder Apps v3 - inserting log HTML into fixed template
Replies: 5
Views: 6258

Folder Apps v3 - inserting log HTML into fixed template

I'm using "File Pool Cleanup" from Folder Apps v3 which outputs a file list as an HTML job to its Log connector. I could attach this file to an email, but would prefer to insert its contents into a fixed email template. The documentation sort of glosses over this and doesn't mention how to...