Search found 27 matches

by wkopp
Mon Jul 14, 2025 2:48 pm
Forum: Flows
Topic: Get API OAuth token using HTTP Request app
Replies: 6
Views: 6829

Re: Get API OAuth token using HTTP Request app

Sure thing

-X POST "https://myurl.com/connect/token" -H "Content-Type: application/x-www-form-urlencoded" -u "myID:mySecret" -d "grant_type=client_credentials" -o "%2"

Just swap our your URL, ID and Secret
by wkopp
Fri Jul 11, 2025 3:09 pm
Forum: Flows
Topic: Get API OAuth token using HTTP Request app
Replies: 6
Views: 6829

Re: Get API OAuth token using HTTP Request app

Quick update... I realized I had a old version of the HTTP Request app so I updated to the latest. This version has a much nicer interface for OAuth2.0 credentials, but I still wasn't able to make the connection. Unfortunately, the API I am connecting to was giving generic errors so it was hard to t...
by wkopp
Tue Jul 08, 2025 2:28 pm
Forum: Flows
Topic: Get API OAuth token using HTTP Request app
Replies: 6
Views: 6829

Re: Get API OAuth token using HTTP Request app

Here's the export from Postman. I've been hunting around for answers and it looks like I should be using a POST method instead of GET. I've tried combinations of putting credentials in a json file for the "Attached file" as well as adding them in Parameters or Headers sections but no luck ...
by wkopp
Mon Jul 07, 2025 4:46 pm
Forum: Flows
Topic: Get API OAuth token using HTTP Request app
Replies: 6
Views: 6829

Get API OAuth token using HTTP Request app

Hello everyone, I'm trying to get an API Token using the HTTP request app but I don't have any experience in this area. I have tested the connection and details using Postman and that works fine. I just don't know where to include that info in the HTTP request app. I haven't found any good details f...
by wkopp
Wed Jun 25, 2025 3:10 pm
Forum: Switch
Topic: Imposition in Switch
Replies: 14
Views: 23929

Re: Imposition in Switch

Sorry I'm so late to the topic but I just stumbled upon this while searching for something else... We use Quite for all our impositions. I am not good at scripting so we teamed up with Xchange US and created a fully automated impo workflow. We use our MIS to create an impo scheme (but you could setu...
by wkopp
Sat Jun 14, 2025 4:22 pm
Forum: Flows
Topic: Problem storing network file path in Private Data
Replies: 2
Views: 1107

Re: Problem storing network file path in Private Data

Thanks Jan. I'll try generating the link in SQL, then adding the extra character with a replace in SQL before returning the data.
by wkopp
Fri Jun 13, 2025 5:02 pm
Forum: Flows
Topic: Problem storing network file path in Private Data
Replies: 2
Views: 1107

Problem storing network file path in Private Data

I'm using a database call to return a file path into a Private Data Key that I want to use in a Pitstop action. (I'm combining two pdf files) Sample file path from SQL: \\server01\server Attachments\Attachments\JOBS\58k\58654\TH58654_front end sheet 4pg_Code.pdf Results when trying to call this Priv...
by wkopp
Tue Jun 03, 2025 2:48 pm
Forum: Flows
Topic: Tips for efficient flow design
Replies: 6
Views: 5195

Re: Tips for efficient flow design

Thanks again Magnus. Much appreciated.
by wkopp
Mon Jun 02, 2025 5:04 pm
Forum: Flows
Topic: Tips for efficient flow design
Replies: 6
Views: 5195

Re: Tips for efficient flow design

@magnus Thanks for input Magnus. I used to restart about once a month but that also was typically for Windows Updates. I've added quite a bit to the workload in the past year or two and seem to have hit a ceiling. I do have some Pitstop elements I can consolidate. I'll work on that. I'll check out F...
by wkopp
Mon Jun 02, 2025 4:55 pm
Forum: Flows
Topic: Tips for efficient flow design
Replies: 6
Views: 5195

Re: Tips for efficient flow design

It's got 4 virtual processors

intel Xeon CPU E5-2690 v4 @ 2.6ghz
by wkopp
Mon Jun 02, 2025 4:26 pm
Forum: Flows
Topic: Tips for efficient flow design
Replies: 6
Views: 5195

Tips for efficient flow design

I have about 60 flows running on our server and it's getting more unstable over time. I need to restart once or twice a week or processing slows to a crawl. The VM is not powerful enough (Only running 12 GB of RAM and older processors), but it's a struggle to get more virtual resources from IT. Even...
by wkopp
Fri Jul 12, 2024 6:11 pm
Forum: Action Lists
Topic: Place rotated text
Replies: 6
Views: 18280

Re: Place rotated text

Yep, got it. Didn't type out the whole name, but got it. :) Thanks!
by wkopp
Fri Jul 12, 2024 5:57 pm
Forum: Action Lists
Topic: Place rotated text
Replies: 6
Views: 18280

Re: Place rotated text

Thanks to both of you. I thought there was a Select Last Object but couldn't locate it. Got it now and working well for what I need. Thanks Jimmy! Also thanks to Bluewest. That sounds like a great idea for more complicated projects.

Appreciate you both!
by wkopp
Thu Jul 11, 2024 9:35 pm
Forum: Action Lists
Topic: Place rotated text
Replies: 6
Views: 18280

Place rotated text

Hello all,

I'm trying to place some text on a pdf that runs vertical. I don't see anything in the Add Object settings that will let me do that. Am I missing something? Seems like a simple thing but I can't find the control.

Thanks in advance for your help!
by wkopp
Fri May 05, 2023 5:22 pm
Forum: Flows
Topic: Creating a list from multiple xml files
Replies: 7
Views: 10962

Re: Creating a list from multiple xml files

Your flow will be much smaller and simpler! (10 elements including folders) On top of it, all the job info will be saved into a Google sheet, also available online and from a smartphone or tablet. You can also share that sheet with your customer. Sure you can do something with that, and extend the ...