Search found 716 matches
- Tue Jun 23, 2026 3:07 pm
- Forum: Flows
- Topic: Injecting and routing with XML - help
- Replies: 18
- Views: 657
Re: Injecting and routing with XML - help
Time to contact Enfocus support
- Tue Jun 23, 2026 2:41 pm
- Forum: Flows
- Topic: Injecting and routing with XML - help
- Replies: 18
- Views: 657
Re: Injecting and routing with XML - help
Yes you can have just one connection but it should be the stoplight type.
You should be able to drag out multiple connections and select if it should be Success or Error output. You see that when you right click on the connection.
You should be able to drag out multiple connections and select if it should be Success or Error output. You see that when you right click on the connection.
- Tue Jun 23, 2026 1:08 pm
- Forum: Flows
- Topic: Injecting and routing with XML - help
- Replies: 18
- Views: 657
Re: Injecting and routing with XML - help
Your outgoing connections are wrong. If you remove the XML Pickup and drag in a new one on the flow and then drag out new connections to it and out from it you'll get it right.
- Tue Jun 23, 2026 12:58 pm
- Forum: Flows
- Topic: Injecting and routing with XML - help
- Replies: 18
- Views: 657
Re: Injecting and routing with XML - help
What can you see in the log message?
DO you have Debug activated for Messages?
DO you have Debug activated for Messages?
- Tue Jun 23, 2026 11:46 am
- Forum: Flows
- Topic: Injecting and routing with XML - help
- Replies: 18
- Views: 657
Re: Injecting and routing with XML - help
We need a screeshot of the XML Pickup Properties
- Mon Jun 22, 2026 10:34 pm
- Forum: Flows
- Topic: Injecting and routing with XML - help
- Replies: 18
- Views: 657
Re: Injecting and routing with XML - help
You have to use XSLT and spilt the XML to one each for each file.
With the Saxonica app you can use an XSLT.
Then you can process each job file
With the Saxonica app you can use an XSLT.
Then you can process each job file
- Mon Jun 15, 2026 10:09 pm
- Forum: Flows
- Topic: Injecting and routing with XML - help
- Replies: 18
- Views: 657
Re: Injecting and routing with XML - help
You need the Metadata module for that
- Fri May 08, 2026 9:49 am
- Forum: Switch
- Topic: How to stop a flow if file does not exist
- Replies: 5
- Views: 11535
Re: How to stop a flow if file does not exist
It does work with network paths, you have to write them correctly as an inline value in the properties.
- Thu May 07, 2026 5:22 pm
- Forum: Switch
- Topic: How to stop a flow if file does not exist
- Replies: 5
- Views: 11535
- Tue May 05, 2026 2:47 pm
- Forum: Flows
- Topic: Oauth2 mail for problem jobs?
- Replies: 1
- Views: 3964
Re: Oauth2 mail for problem jobs?
You can use the Get Switch log message app to solve this.
It will just need one flow with this app and your mail send element.
This app read the log messages and you can filter what messages the app should send to you.
https://www0.enfocus.com/en/appstore/pr ... g-messages
It will just need one flow with this app and your mail send element.
This app read the log messages and you can filter what messages the app should send to you.
https://www0.enfocus.com/en/appstore/pr ... g-messages
- Wed Apr 15, 2026 12:34 pm
- Forum: Node.js scripting
- Topic: VisualStudioCode reports messages
- Replies: 6
- Views: 4698
Re: VisualStudioCode reports messages
It might be an idea to add this information to the Script Documentation. I had the same problem and got help from Freddy to fix it.
- Fri Mar 20, 2026 2:22 pm
- Forum: Switch
- Topic: Extract data from pdf from Esko ArtPro+
- Replies: 9
- Views: 16377
Re: Extract data from pdf from Esko ArtPro+
PDF Toolbox have a tool for exploring the metadata inside the PDF.
The only thing I found from Esko or ArtPro was this crosshair, not trim marks as I said before.
Nothing special in the color definitions
The only thing I found from Esko or ArtPro was this crosshair, not trim marks as I said before.
Nothing special in the color definitions
- Fri Mar 20, 2026 1:16 pm
- Forum: Switch
- Topic: Extract data from pdf from Esko ArtPro+
- Replies: 9
- Views: 16377
Re: Extract data from pdf from Esko ArtPro+
I found a few XML values that referred to Esko trim marks but nothing about the things you asked for.
- Fri Mar 13, 2026 8:16 pm
- Forum: Flows
- Topic: Insert last page between every page (1-A-2-A-3-A)
- Replies: 4
- Views: 10217
Re: Insert last page between every page (1-A-2-A-3-A)
Try this app, it can do that:
https://www0.enfocus.com/en/appstore/pr ... -pages-pro
https://www0.enfocus.com/en/appstore/pr ... -pages-pro
- Thu Mar 05, 2026 8:28 am
- Forum: Flows
- Topic: Delete empty folders in a SFTP
- Replies: 10
- Views: 19539
Re: Delete empty folders in a SFTP
To OP’s defense, there is nothing inherently wrong with SFTP from a security perspective, it’s quite different from plain FTP and is generally considered secure when configured properly. That said, if we understood the full workflow and requirements, there might be alternative approaches that simpl...