Search found 7 matches

by Scott_PC79
Thu Jul 21, 2022 3:41 pm
Forum: Action Lists
Topic: repeat action every 16 pages
Replies: 2
Views: 2775

repeat action every 16 pages

Is it possible to run an action every 16 pages in the same PDF? For example, my PDF has 48 pages (8.5x11) and the first 16 pages need to be converted to saddlestitch printer spreads, then the next 16 pages convert to printer spreads and so on. My end result needs to be 24 pages(17x11) where the firs...
by Scott_PC79
Thu Jan 20, 2022 3:31 pm
Forum: Online proofing (PDF Review Module)
Topic: external email capture
Replies: 2
Views: 6345

external email capture

We currently send the proof link to the CSR who then forwards the link to the customer. The customer then sends the link for someone else to review. Is there a way to capture the email of the person that approves or rejects the PDF?
by Scott_PC79
Fri May 21, 2021 8:56 pm
Forum: Flows
Topic: HTTP request parameters
Replies: 6
Views: 6354

Re: HTTP request parameters

It's working now! I attached the job as [Job.Path] and added Content-Type:application/json to the header. Thanks for everyones help.
by Scott_PC79
Thu May 20, 2021 11:05 pm
Forum: Flows
Topic: HTTP request parameters
Replies: 6
Views: 6354

Re: HTTP request parameters

double quotes didn't work either. The webserver API support is telling me that the payload is correct but there must be something wrong in the actual request I'm sending. I'm not sure what it could be because I'm able to send other request just fine.
by Scott_PC79
Tue May 18, 2021 11:07 pm
Forum: Flows
Topic: HTTP request parameters
Replies: 6
Views: 6354

Re: HTTP request parameters

I added make JSON to the flow and set the variables but the problem now seems to be the [ after items. I keep getting a 'spaces are not allowed in a variable definition in JSON code'. I tried omitting them and changed them to { but I keep getting a BadRequest error. Now what?
by Scott_PC79
Mon May 17, 2021 11:11 pm
Forum: Flows
Topic: HTTP request parameters
Replies: 6
Views: 6354

HTTP request parameters

I'm trying to send a request to an API and it keeps sending back a BadRequest error. I'm using switch variables in the parameters for the values. Here is the example request from the web server { "OrderId": "39052da0-70d5-4c84-9504-73f36ce25369", "SiteShippingMethodName"...
by Scott_PC79
Thu Apr 15, 2021 8:54 pm
Forum: Flows
Topic: processing order
Replies: 0
Views: 8722

processing order

Is there a way to force Switch to process files based on the file name? For example, I have 5 XML documents 123-1, 123-2, 123-3, 123-4 and 123-5 that need to be processed by a configurator in numerical order. Currently my flow is processing them randomly.