Search found 365 matches

by magnussandstrom
Mon Jan 15, 2024 6:46 pm
Forum: Flows
Topic: Job Board - Share with User Groups
Replies: 1
Views: 59675

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 52631 times
by magnussandstrom
Tue Jan 09, 2024 2:29 pm
Forum: Flows
Topic: Job assembler acting different in same flow
Replies: 3
Views: 74418

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: 75987

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: 74418

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: 63168

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: 51710

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: 51710

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: 51710

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: 51710

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: 51710

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: 33825

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: 78315

Re: HTTP Request

Great, no problems!
by magnussandstrom
Thu Dec 07, 2023 4:17 pm
Forum: Flows
Topic: HTTP Request
Replies: 9
Views: 78315

Re: HTTP Request

Maybe you could try this:

In Attached file you choose Single-line text with variables: [Job.Path]

This way you will POST the XML-file by http as is.
by magnussandstrom
Thu Dec 07, 2023 4:04 pm
Forum: Flows
Topic: HTTP Request
Replies: 9
Views: 78315

Re: HTTP Request

Could you provide the name of the MIS and the example XML?
by magnussandstrom
Thu Dec 07, 2023 3:58 pm
Forum: Flows
Topic: HTTP Request
Replies: 9
Views: 78315

Re: HTTP Request

jRitt wrote: Thu Dec 07, 2023 3:50 pm ...sent to a server address provided by our MIS
I think I understand what you are trying to do.. What does this "server address" look like and what is the intended way of sending the XML?