Search found 420 matches
- Thu Apr 15, 2021 8:09 am
- Forum: Flows
- Topic: Compress all files in folder when newest file is older than 30 min
- Replies: 4
- Views: 106
Re: Compress all files in folder when newest file is older than 30 min
Inject Job with "Time of day" as the trigger, could that work for you?
- Tue Apr 13, 2021 7:47 pm
- Forum: LEGACY scripting
- Topic: excel data merge to indesign
- Replies: 3
- Views: 4364
Re: excel data merge to indesign
With the app Excel to XML you get a good start. Then you set up an InDesign template with XML - import in the InDesign configurator.
That is basically it.
That is basically it.
- Tue Apr 13, 2021 7:47 pm
- Forum: LEGACY scripting
- Topic: excel data merge to indesign
- Replies: 3
- Views: 4364
Re: excel data merge to indesign
With the app Excel to XML you get a good start. Then you set up an InDesign template with XML - import in the InDesign configurator.
That is basically it.
That is basically it.
- Tue Apr 13, 2021 2:00 pm
- Forum: Flows
- Topic: How can I view when a Switch Flow was last used?
- Replies: 5
- Views: 140
Re: How can I view when a Switch Flow was last used?
You can set up an database like MySQL and send an HTPP-Request to it (over PHP) and store data that way.
You have the Switch variables [Switch.FlowName] and [Switch.Date:TimeZone="UTC"] that give you the data you need to see when it last was used.
You have the Switch variables [Switch.FlowName] and [Switch.Date:TimeZone="UTC"] that give you the data you need to see when it last was used.
- Mon Apr 12, 2021 5:42 pm
- Forum: Flows
- Topic: PDFTK does not output PDFs in Switch unless manual folder scan is invoked
- Replies: 5
- Views: 122
- Mon Apr 12, 2021 2:40 pm
- Forum: Flows
- Topic: PDFTK does not output PDFs in Switch unless manual folder scan is invoked
- Replies: 5
- Views: 122
Re: PDFTK does not output PDFs in Switch unless manual folder scan is invoked
And also set the Output property to "File at path" it is by default None and will there fore not output anything
- Thu Apr 01, 2021 7:49 am
- Forum: Node.js scripting
- Topic: Issue With job.getPath()
- Replies: 2
- Views: 216
Re: Issue With job.getPath()
You don't have any job.getPath() function in Node.js for Switch. BTW the manual you link to is a really old one from Switch 11 and for the old Legacy scripting. Try this one which have an example on how to get the job path. https://www.enfocus.com/manuals/DeveloperGuide/SW/20/home.html#en-us/common/...
- Wed Mar 31, 2021 7:51 am
- Forum: Flows
- Topic: Word configurator
- Replies: 2
- Views: 1260
Re: Word configurator
How does the PDF look if you save as PDF from within Word?
- Tue Mar 23, 2021 1:10 pm
- Forum: LEGACY scripting
- Topic: Add a node to an xml-file
- Replies: 1
- Views: 998
Re: Add a node to an xml-file
There is an app for that
https://www.enfocus.com/en/appstore/product/make-xml
https://www.enfocus.com/en/appstore/product/make-xml
- Fri Mar 12, 2021 3:34 pm
- Forum: Flows
- Topic: How to set text file contents as email body
- Replies: 11
- Views: 1536
Re: How to set text file contents as email body
I see that you are from Sweden, call me at 0707490774 and I can take a look at it.
- Thu Mar 11, 2021 6:00 pm
- Forum: Flows
- Topic: How to set text file contents as email body
- Replies: 11
- Views: 1536
Re: How to set text file contents as email body
In your own HTML-template you insert Switch variables with the information you want to display in the email.
- Wed Mar 10, 2021 11:00 am
- Forum: Flows
- Topic: Calculate date from [weeknumber]-[weekdaynumber]?
- Replies: 3
- Views: 392
Re: Calculate date from [weeknumber]-[weekdaynumber]?
It can be even simpler
In this case the 05 and 4 will be replaced by variables or maybe just one variable for the 05-4
Code: Select all
const moment = require("moment");
var myDay = moment("2021-W05-4").format("YYYY-MM-DD");
console.log(myDay);
- Tue Feb 23, 2021 8:55 pm
- Forum: Appstore
- Topic: String Replace
- Replies: 3
- Views: 1751
Re: String Replace
Great
- Tue Feb 23, 2021 6:50 pm
- Forum: Appstore
- Topic: String Replace
- Replies: 3
- Views: 1751
Re: String Replace
Have you tried \n
- Mon Feb 22, 2021 7:36 am
- Forum: Flows
- Topic: Moving big files
- Replies: 5
- Views: 662
Re: Moving big files
You can split the flow to run only the XML-files through another Submit hierarchy element.