Search found 10 matches

by nfulton
Wed Mar 22, 2023 2:45 pm
Forum: Applications
Topic: Webhook V7 - Scripting Mandatory
Replies: 2
Views: 4951

Re: Webhook V7 - Scripting Mandatory

Great to hear! Thank you Jan!
by nfulton
Wed Mar 22, 2023 2:00 pm
Forum: Applications
Topic: Webhook V7 - Scripting Mandatory
Replies: 2
Views: 4951

Webhook V7 - Scripting Mandatory

While reading through the documentation for the webhook app I see that it says "it is now mandatory to add "scripting" to the path.". Does this mean that literally the word scripting is required in the path or do I need to a a scripted bit of code? If I need to add code, what wou...
by nfulton
Fri Dec 23, 2022 2:25 pm
Forum: Flows
Topic: Passsing private data to external dataset xpath
Replies: 2
Views: 4583

Re: Passsing private data to external dataset xpath

I am attempting to do the same thing. Is there a solution to this issue?
by nfulton
Fri Dec 09, 2022 8:17 pm
Forum: Preflighting
Topic: Tharstern
Replies: 4
Views: 4717

Re: Tharstern

I am using Tharstern and we are doing a very similar process to Magnus. The only difference is we are getting the job specifications from the Tharstern API and saving that to the switch job as a dataset. Then we upload the PDF and the report to the PDF Review (from Enfocus) and email a link to our C...
by nfulton
Fri Dec 09, 2022 4:15 pm
Forum: Flows
Topic: HTTP Request POST (body)
Replies: 6
Views: 4005

Re: HTTP Request POST (body)

I added the Create text file element, and have it generating a .json file. Then within the HTTP request element I have the Attached file set to: [Job.Path] When I run the flow, my MIS send back a 500 Internal Server Error and acts like it never received the body. I have this HTTP request successfull...
by nfulton
Tue Nov 01, 2022 2:25 pm
Forum: Flows
Topic: HTTP Request POST (body)
Replies: 6
Views: 4005

Re: HTTP Request POST (body)

What if my "body" is not in a file but rather variables I am pulling from a dataset? An example of my body is below. { "JobNo": "[Metadata.Text:Dataset="job",Model="JSON",Path="/JobNo"]", "CustomerRef1": "123", "Cus...
by nfulton
Tue Oct 25, 2022 2:24 pm
Forum: PitStop Pro
Topic: Preflight Folding Products?
Replies: 2
Views: 776

Re: Preflight Folding Products?

Hey there. Yes, we are comparing the PDF using variables from the MIS, inside of Pitstop Server through Switch. It will pass along the following information: 6 page - Finish size 66.66 x 100 The MIS will multiple the finished size out to get the flat size: 200 x 100 Alternatively we could get data t...
by nfulton
Mon Oct 17, 2022 7:26 pm
Forum: PitStop Pro
Topic: Preflight Folding Products?
Replies: 2
Views: 776

Preflight Folding Products?

Has anyone figured out a way to preflight folding products? We are currently transitioning to Tharstern and implementing switch/pitstop to automate our preflighting. But even before preflighting, Tharstern doesn't give correct flat sizing as it doesn't account for a short panel/panels. Which means t...
by nfulton
Wed Oct 05, 2022 1:42 pm
Forum: Flows
Topic: Splitting CSV or TXT
Replies: 4
Views: 2895

Re: Splitting CSV or TXT

Thank you Jimmy! I will dive into that.
by nfulton
Tue Oct 04, 2022 9:51 pm
Forum: Flows
Topic: Splitting CSV or TXT
Replies: 4
Views: 2895

Splitting CSV or TXT

Hi. I am new to Switch and could use some help working with a csv/txt file. I need to accomplish a few things: 1.Split the file into multiple files based on who the "Salesperson ID". 2. Add a column called email "address" 3. combine the files back together. There are a few steps ...