Search found 6 matches
- Tue Nov 19, 2024 9:08 pm
- Forum: Flows
- Topic: Processing One File at a Time
- Replies: 1
- Views: 3484
Processing One File at a Time
Hello, Just wanted to post my solution for processing one file at a time in a Switch flow, since none of the methods I've seen thus far have worked for my use case. The flow is attached as a zip file. In this flow, jobs are stored in a waiting folder as an indication that the flow is busy. When the ...
- Fri Oct 11, 2024 11:45 pm
- Forum: Flows
- Topic: Submit Hierarchy ignoring rules
- Replies: 2
- Views: 4599
Re: Submit Hierarchy ignoring rules
I misunderstood what Switch considers the "hot folder" and I think I understand now... So I currently have the element set this way: Path: \\server\share Subfolder levels: 1 <-- This should treat my "product" folder as the "hot folder" yeah? Adjusted by (rule1): Excludi...
- Fri Oct 11, 2024 11:05 pm
- Forum: Flows
- Topic: Submit Hierarchy ignoring rules
- Replies: 2
- Views: 4599
Submit Hierarchy ignoring rules
Hello, I have a folder hierarchy that looks like this: \\server\share\product In the product folder, there is a subfolder that can never be submitted to the flow, called "DONE". (\\server\share\product\DONE) Also deposited into the product folder (by an outside system) are job folders that...
- Mon Jul 08, 2024 4:40 pm
- Forum: Switch
- Topic: Use Private Data Key to populate Search field?
- Replies: 4
- Views: 7361
Re: Use Private Data Key to populate Search field?
Hi, Freddy. Thanks for the reply. Our use case is that we have a list of products supported by our workflow, represented by a unique product key (it's shorthand, really... it doesn't conform to a single pattern, unfortunately) However, our file names are consistent enough that we can search the file...
- Wed Jul 03, 2024 11:01 pm
- Forum: Switch
- Topic: Use Private Data Key to populate Search field?
- Replies: 4
- Views: 7361
Re: Use Private Data Key to populate Search field?
This page in the manual suggests this should be possible in a Switch Calculation Expression... https://www.enfocus.com/manuals/UserGuide/SW/23.1/home.html#en-us/common/sw/reference/r_basic_syntax.html The Expression argument of the [Switch.Calculation] variable and the SQL arguments of Database vari...
- Wed Jul 03, 2024 10:38 pm
- Forum: Switch
- Topic: Use Private Data Key to populate Search field?
- Replies: 4
- Views: 7361
Use Private Data Key to populate Search field?
Hello. Is it possible to use a private data key in the Search field of the "Define single-line text with variables" dialog? I think it should be possible but I can't seem to get the syntax right. Let's say I've stored a RegEx in a Job.PrivateData key "regularExpression" and I wan...