Search found 24 matches

by matthew.hearne
Thu Nov 16, 2023 12:25 pm
Forum: Flows
Topic: ".~#~_del_" temp folder names causing a headache
Replies: 4
Views: 10576

Re: ".~#~_del_" temp folder names causing a headache

Thanks for the replies. At least it not just me having the problem then. It's a real issue for us, because the folders being renamed and not moved, are actually needed (they are just being archived), so we need to keep them and they need to keep their original filename. How can we highlight this to ...
by matthew.hearne
Tue Nov 14, 2023 5:53 pm
Forum: Flows
Topic: ".~#~_del_" temp folder names causing a headache
Replies: 4
Views: 10576

".~#~_del_" temp folder names causing a headache

We have a flow that moves a lot of folders from a network location, onto the machine running switch, and then onto an archive location again on the network. For some reason, we are finding that it's leaving behind folders that have been renamed and start with ".~#~_del_" It seems to be the...
by matthew.hearne
Fri Jul 07, 2023 11:09 am
Forum: Switch
Topic: Mail Receive oAuth
Replies: 1
Views: 3811

Re: Mail Receive oAuth

Have re-authed the email account as well and get a different error now saying that the file or directory does not exist (looks like a temp directory for the mail to be downloaded too by the app).
by matthew.hearne
Fri Jul 07, 2023 10:47 am
Forum: Switch
Topic: Mail Receive oAuth
Replies: 1
Views: 3811

Mail Receive oAuth

We have a flow that is now constantly getting an error message when using the mail receive oAuth 2.0

"Message: Mail receive component failed during operation perform: User is authenticated but not connected."

Does anyone know of a fix for this please?
by matthew.hearne
Tue Jun 27, 2023 4:45 pm
Forum: Switch
Topic: Printing spreadsheet (Excel), Powerpoint and other files
Replies: 4
Views: 10515

Re: Printing spreadsheet (Excel), Powerpoint and other files

Hi Thanks for the solution to this. One issue we have is with Excel files and scaling to fit on a page. I can't see a way to do this. It appears that all of the scaling for Excel files is handled within Excel. I know when you print from it, you can tell it to fit the Worksheet to the page. If a docu...
by matthew.hearne
Fri Jun 23, 2023 10:30 am
Forum: Switch
Topic: Printing spreadsheet (Excel), Powerpoint and other files
Replies: 4
Views: 10515

Printing spreadsheet (Excel), Powerpoint and other files

We are looking for a way to automatically send a number of different file types to a printer.

We currently print out PDFs fine using PDFPrinter but wondered what would be the best solution for other file types.

And for things like Excel files, we'd need to scale them to fit on the page.
by matthew.hearne
Fri May 12, 2023 3:24 pm
Forum: Node.js scripting
Topic: Decent training resources for Node.js
Replies: 1
Views: 5518

Decent training resources for Node.js

Hi Interested in getting to gets with some scripting in Node.js but wondered if there were any recommendations of online courses to take that could help. Looking on places like Udemy and courses like this one https://www.udemy.com/course/complete-nodejs-developer-zero-to-mastery/ Is something like t...
by matthew.hearne
Tue Mar 21, 2023 9:35 am
Forum: Flows
Topic: Files being hidden on network if flow connects after Archive Hierachy
Replies: 3
Views: 1366

Re: Files being hidden on network if flow connects after Archive Hierachy

We have a similar issue sometimes when using Archive Hierarcy. I have not inverstigated it much yet because it's so rare. But sometimes the created folder is not visible for Mac-users but when browsing to the network path with Windows, there's a prefix on the folder .〜#〜 And I'm guessing that it or...
by matthew.hearne
Mon Mar 20, 2023 4:21 pm
Forum: Flows
Topic: Files being hidden on network if flow connects after Archive Hierachy
Replies: 3
Views: 1366

Files being hidden on network if flow connects after Archive Hierachy

We currently copy files to a server using Archive Hierarchy, which is where we are setting folder names etc. This works fine and we can see the files. We need to be able to know once the files have reached the folder (some can be quite large) and we thought we would just add a link after the Archive...
by matthew.hearne
Fri Feb 10, 2023 11:04 am
Forum: Flows
Topic: Copying files to network locations
Replies: 1
Views: 796

Copying files to network locations

We have a number of flows that copy files to network locations. If we have safe mode on, the files appear as hidden in the folders and no one can see them. Also, we have a number of files appearing that start with .~#~ We are assuming this is some sort of temp file created during the copy. This is c...
by matthew.hearne
Fri Jan 06, 2023 5:26 pm
Forum: Flows
Topic: Webhook not being received in Switch
Replies: 8
Views: 6862

Webhook not being received in Switch

We have a flow where I am submitting some very basic information to a webhook. This was setup and working on an instance on Switch perfectly fine. We have since then migrated to a new Instance of Switch and when we went to setup this flow, the webhook element is not working. I have tested it using P...
by matthew.hearne
Tue Feb 08, 2022 3:19 pm
Forum: Flows
Topic: CSV contains carriage returns
Replies: 1
Views: 1318

CSV contains carriage returns

We have incoming data (a CSV) and some of the fields contain carriage returns. If we turn this CSV into XML, it's creating a lot more XML files that there are lines in the CSV due to all the carriage returns.

How can we remove the carriage returns in the CSV before converting to XML?

Thanks.
by matthew.hearne
Wed Oct 06, 2021 2:29 pm
Forum: Flows
Topic: Calling an API and getting result in a flow
Replies: 2
Views: 2217

Calling an API and getting result in a flow

I am looking into how we can call an API, and then get the result to use in a flow (assume as XML). I can write a PHP script (which is using cURL) to run on a website to do this, which as an example just calls an API to get an exchange rate, and then returns some XML which contains the Country code ...
by matthew.hearne
Fri Oct 01, 2021 12:04 pm
Forum: Flows
Topic: XML magic / repeating sections
Replies: 6
Views: 4865

Re: XML magic / repeating sections

Managed to do what I needed just using XSLT.

Thanks,
Matt
by matthew.hearne
Mon Sep 27, 2021 4:02 pm
Forum: Flows
Topic: XML magic / repeating sections
Replies: 6
Views: 4865

Re: XML magic / repeating sections

ezFlow wrote: Wed Sep 22, 2021 5:06 pm This is indeed just why Variable XPath Repeater was created.
https://www.enfocus.com/en/appstore/pro ... able-xpath
Do you have an example flow using this that you could share?