Search found 22 matches

by wkopp
Sat Jun 14, 2025 4:22 pm
Forum: Flows
Topic: Problem storing network file path in Private Data
Replies: 2
Views: 47

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

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

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

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

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

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

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

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

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

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 ...
by wkopp
Thu Apr 27, 2023 7:53 pm
Forum: Flows
Topic: Creating a list from multiple xml files
Replies: 7
Views: 10835

Re: Creating a list from multiple xml files

I was able to get this working by spreading out the xml files, grabbing an html template, and using string replace to add in the tracking links. After a few minute wait, I use the html template to send the email, then delete it. If anyone has a similar need, PM me and I'll send you a copy of the flow.
by wkopp
Thu Apr 27, 2023 2:18 pm
Forum: Flows
Topic: Creating a list from multiple xml files
Replies: 7
Views: 10835

Re: Creating a list from multiple xml files

Thanks for the input. The number of items will vary. Sometimes it's one box, sometimes it's 20. But they'll all be done at the same time, so I figure waiting for 10-15 minutes should give enough time for all items to process. I can filter by the Order ID so that part is pretty straight forward. I'm ...
by wkopp
Wed Apr 26, 2023 6:45 pm
Forum: Flows
Topic: Creating a list from multiple xml files
Replies: 7
Views: 10835

Re: Creating a list from multiple xml files

Here's a sample of the xml file. Underlined info will change for each package, other info will be common for each order. Number of packages per order will vary. <?xml version="1.0"?> <order_status_message> <internal_order_id>12345678</internal_order_id> <partner_order_id>OrderID</partner_o...
by wkopp
Wed Apr 26, 2023 3:09 pm
Forum: Flows
Topic: Creating a list from multiple xml files
Replies: 7
Views: 10835

Creating a list from multiple xml files

Hello all,

We get xml shipping notifications for each package of an order. I'd like to take the tracking numbers from each of those xml's and include them in a single email notification to the customer. Not sure how to get started on this one. Any ideas?
by wkopp
Mon Mar 13, 2023 2:09 pm
Forum: Flows
Topic: Mail receive with OAuth 2.0
Replies: 2
Views: 2887

Re: Mail receive with OAuth 2.0

We had a similar issue when we installed this app. (Using v2.0 with Switch 2021 Fall) Reached out to the dev and they suggested we check our Switch preferences. You can set Switch to retry after an error. Under [Error handling > Retry failed external processes after (minutes)], make sure you've got ...