Search found 532 matches

by magnussandstrom
Thu Nov 20, 2025 2:19 pm
Forum: Flows
Topic: Safe Webhooks in Switch
Replies: 2
Views: 261

Safe Webhooks in Switch

We use the default Webhook element in Switch for several different workflows. Some of these webhook endpoints are exposed to the internet through a proxy. Recently, we’ve run into scenarios where we need to tighten security on these endpoints to prevent spoofing, flooding attacks, and other vulnerab...
by magnussandstrom
Tue Nov 18, 2025 2:29 pm
Forum: Imposition
Topic: QuitHot Imposing + variable + Switch
Replies: 2
Views: 476

Re: QuitHot Imposing + variable + Switch

I would suggest to use the app Private Data Magician to map this using private data:

A4 = 210*297
A5 = 148*210
Letter = 216*279

and so on..

https://www0.enfocus.com/en/appstore/pr ... a-magician
by magnussandstrom
Wed Nov 12, 2025 3:40 pm
Forum: Griffin
Topic: Griffin Grouping Logic
Replies: 3
Views: 619

Re: Griffin Grouping Logic

There are many features a tool like Griffin should offer, but unfortunately, the product remains out of sync with what users truly need. It seems Tilia has deliberately restricted Griffin’s functionality to promote more sales of Phoenix. I’ve shared this feedback with Enfocus whenever I’ve had the c...
by magnussandstrom
Fri Nov 07, 2025 8:16 am
Forum: Flows
Topic: Creating an Empty Folder
Replies: 3
Views: 567

Re: Creating an Empty Folder

Maybe this app could be helpful for your use case?

https://www0.enfocus.com/en/appstore/pr ... job-folder
by magnussandstrom
Thu Nov 06, 2025 2:06 pm
Forum: Switch
Topic: PDF to Tiff
Replies: 18
Views: 1180

Re: PDF to Tiff

Hi Robbie, we are also using Caldera for our LFP-production. Could you send a example file so I can try it out and maybe suggest a solution?
by magnussandstrom
Fri Oct 24, 2025 11:45 am
Forum: Flows
Topic: Count Number of Jobs Processed Thru Flow
Replies: 3
Views: 1203

Re: Count Number of Jobs Processed Thru Flow

Another suggestion (that I use for many of our flows) is using the free app Create file from template to write a csv-log. Here is an example flow that you could start out with: https://tinyurl.com/4k47khcc Each job in this example adds a new line to the CSV file. The CSV file is named after the flow...
by magnussandstrom
Wed Oct 08, 2025 8:27 am
Forum: Applications
Topic: HTTP request v20+ not expanding switch variables (maybe?)
Replies: 7
Views: 28198

Re: HTTP request v20+ not expanding switch variables (maybe?)

Freddy shared a helpful workaround to resolve this issue. Solution: Insert double square brackets ([[) for the array’s opening bracket (but not at the last bracket). This prevents conflicts with Switch meta-data brackets while still producing valid JSON for the endpoint. Example: { "company&quo...
by magnussandstrom
Mon Oct 06, 2025 3:57 pm
Forum: Applications
Topic: HTTP request v20+ not expanding switch variables (maybe?)
Replies: 7
Views: 28198

Re: HTTP request v20+ not expanding switch variables (maybe?)

It would be a neat feature in the HTTP Request app to be able to substitute array brackets with other characters.
by magnussandstrom
Mon Oct 06, 2025 2:07 pm
Forum: Applications
Topic: HTTP request v20+ not expanding switch variables (maybe?)
Replies: 7
Views: 28198

Re: HTTP request v20+ not expanding switch variables (maybe?)

Isn't the problem that hard brackets [ ] is used for both Switch variables and the array in the JSON? I use this clunky work-a-round: Using Create text file to create a JSON but for the array brackets I instead use the place-holder-text startarray and stoparray . After Create text file I use String ...
by magnussandstrom
Tue Sep 30, 2025 10:06 am
Forum: Switch
Topic: Switch flow
Replies: 5
Views: 1100

Re: Switch flow

1. In the Preflight output connection "Carry this type of jobs" you choose 'Data with log'.
2. In the Checkpoint you set "Enable report viewing" to Yes.
by magnussandstrom
Fri Sep 26, 2025 3:03 pm
Forum: Flows
Topic: Strange thing happening in my flow with grummets
Replies: 14
Views: 1992

Re: Strange thing happening in my flow with grummets

Could you share your Action?
by magnussandstrom
Fri Sep 26, 2025 3:01 pm
Forum: Switch
Topic: Switch flow
Replies: 5
Views: 1100

Re: Switch flow

Yes, you can use a Checkpoint for this.
by magnussandstrom
Fri Sep 26, 2025 1:13 pm
Forum: Flows
Topic: Creating variables from Pitstop report xml
Replies: 5
Views: 1461

Re: Creating variables from Pitstop report xml

I was thinking of the same solution, but how would you add leading zeros when one file is names 57 and another 158 (to get 0057 and 0158)?
by magnussandstrom
Wed Sep 24, 2025 2:47 pm
Forum: Flows
Topic: Creating variables from Pitstop report xml
Replies: 5
Views: 1461

Re: Creating variables from Pitstop report xml

I can think of a couple of ways to do this. Do you have the scripting module for Switch?
by magnussandstrom
Tue Sep 16, 2025 4:53 pm
Forum: Flows
Topic: Mail Receive with OAuth2.0
Replies: 1
Views: 2358

Re: Mail Receive with OAuth2.0

I use the function "Move to IMAP-folder" as a solution.