Search found 368 matches

by magnussandstrom
Mon Jan 22, 2024 12:24 pm
Forum: Flows
Topic: Check if PDF is damaged
Replies: 8
Views: 1332

Check if PDF is damaged

Hi, one of our customers recently started having trouble with generating their PDF files, and some files are corrupt. The files is going to a fully automated order flow in our Switch. But when a damaged PDF arrives the files get stucked in the Pitstop Server process and wont release until you manual...
by magnussandstrom
Thu Jan 18, 2024 9:00 pm
Forum: Flows
Topic: Archive submitted file into another directory
Replies: 4
Views: 1140

Re: Archive submitted file into another directory

I've made a small flow that will do what you want using Scan hierarchy app from the Folder apps bundle. You just need change the path in Scan hierarchy and Archive hierarcy.

Happy Switching!

Send_file_to_job-folder.zip
(19.43 KiB) Downloaded 472 times
by magnussandstrom
Wed Jan 17, 2024 8:54 am
Forum: Flows
Topic: Is there a way to force Switch to process files?
Replies: 1
Views: 772

Re: Is there a way to force Switch to process files?

Try the app Job Sorter and Spacer, it's in the Folder Apps bundle. It might solve it for you.
by magnussandstrom
Mon Jan 15, 2024 6:46 pm
Forum: Flows
Topic: Job Board - Share with User Groups
Replies: 1
Views: 60439

Re: Job Board - Share with User Groups

Yes, you can do that from Switch Portal (log in as an admin), click on Manage Boards to enter this menu:
job_boards.png
job_boards.png (50.67 KiB) Viewed 53395 times
by magnussandstrom
Tue Jan 09, 2024 2:29 pm
Forum: Flows
Topic: Job assembler acting different in same flow
Replies: 3
Views: 77850

Re: Job assembler acting different in same flow

Strange, I have not stumble on this issue and I use Assemble job in similar way as you descripa in several flows. I have noticed some strange behavour during testing when you stop or hold flow connections when using Assemble job, so now I always delete any jobs still in the flows when restarting a f...
by magnussandstrom
Tue Jan 09, 2024 2:24 pm
Forum: PitStop Pro
Topic: Sharing PitStop Action Lists
Replies: 4
Views: 78743

Re: Sharing PitStop Action Lists

Community Action Lists could be really useful. Not a fan of inventing the wheel over and over again.. :)
by magnussandstrom
Thu Dec 21, 2023 1:14 pm
Forum: Flows
Topic: Job assembler acting different in same flow
Replies: 3
Views: 77850

Re: Job assembler acting different in same flow

PdFUser5000 wrote: Thu Dec 21, 2023 11:20 am Metadata says 9
Have you double checked that the metadata in all the incoming files says 9?
by magnussandstrom
Thu Dec 21, 2023 10:21 am
Forum: Switch
Topic: Switch Portal Job Boards (Some jobs don't show on board)
Replies: 0
Views: 71407

Switch Portal Job Boards (Some jobs don't show on board)

I'm trying to get the hang of the Job Boards in the Switch Portal. But I don't understand why some jobs doesn't show on the board as expected. Am I missing any variables that decide if a job will show or not? This is my job board column setting: job_board_setting.png This is my job that I expect to ...
by magnussandstrom
Tue Dec 19, 2023 3:04 pm
Forum: Flows
Topic: HTTP request (Body as form-data including a file) [SOLVED]
Replies: 7
Views: 55448

Re: HTTP request (Body as form-data including a file)

Me and Freddy solved this one (obviously I cannot read):

Request type: POST

Attached file: [Job.Path]
Use MIME encoding: Yes
File variable: file

Parameters: prompt=my prompt text
Headers: x-api-key:1234abcd

Thanks Freddy!
by magnussandstrom
Mon Dec 18, 2023 12:34 pm
Forum: Flows
Topic: HTTP request (Body as form-data including a file) [SOLVED]
Replies: 7
Views: 55448

Re: HTTP request (Body as form-data including a file)

I cannot get it to work with HTTP request. I think the issue is that I cannot input the Key for the file (as I can with Postman):

I get {"error":"The request body is not valid. One of the files in the multipart form is not expected"}
by magnussandstrom
Mon Dec 18, 2023 10:34 am
Forum: Flows
Topic: HTTP request (Body as form-data including a file) [SOLVED]
Replies: 7
Views: 55448

Re: HTTP request (Body as form-data including a file)

I also need the form-data key (file) before the file, not only [Job.Path].
by magnussandstrom
Mon Dec 18, 2023 10:30 am
Forum: Flows
Topic: HTTP request (Body as form-data including a file) [SOLVED]
Replies: 7
Views: 55448

Re: HTTP request (Body as form-data including a file)

Thanks, but where should I place the 'prompt'?
by magnussandstrom
Sun Dec 17, 2023 11:46 am
Forum: Flows
Topic: HTTP request (Body as form-data including a file) [SOLVED]
Replies: 7
Views: 55448

HTTP request (Body as form-data including a file) [SOLVED]

I'm using an API where I need to send the body as form-data and one of the form fields contains a jpg-file. This is what a cURL example looks like in the documentation: curl -X POST https://api-url \ -H 'x-api-key: YOUR_API_KEY' \ -F file=@image.jpg \ -F 'prompt=your promt \ I've tested the API in P...
by magnussandstrom
Thu Dec 07, 2023 10:41 pm
Forum: Action Lists
Topic: Generating Bleed if Some OR None
Replies: 3
Views: 39122

Re: Generating Bleed if Some OR None

I'm following this thread. I have not yet found a safe and good solution for automatically add bleed only if there is none or some. The last time I tried use Pitstop for checking bleed I got both false positives and false negatives.
by magnussandstrom
Thu Dec 07, 2023 4:37 pm
Forum: Flows
Topic: HTTP Request
Replies: 9
Views: 84245

Re: HTTP Request

Great, no problems!