Search found 4 matches

by alpha4
Wed May 27, 2020 5:35 pm
Forum: Flows
Topic: Search through subfolders to find a file
Replies: 0
Views: 7925

Search through subfolders to find a file

Can anyone point me in the right direction for making switch search through subfolders to find a file and inject into a flow, I know the file name and the root folder to a point but the file could be in any number of sub folders within the root folder. I also need to be able to error out gracefully ...
by alpha4
Sat May 11, 2019 1:57 pm
Forum: Flows
Topic: XML Validation
Replies: 8
Views: 7490

Re: XML Validation

Yeah that is where we see the failure at the minute, I was hoping there might be a success/fail path selection at this point but it doesn't seem like there is. Dropping into the problem folder is ok but I was hoping for something a little more pointed to exactly what the problem is, for example a si...
by alpha4
Sat May 11, 2019 1:07 pm
Forum: Flows
Topic: XML Validation
Replies: 8
Views: 7490

Re: XML Validation

Thanks for the reply, we don't get the error at the XML Pickup unfortunately as the XML does contain some valid orders. I am hoping for a way to reject everything in the file so we have a point of truth if the file is invalid: Usually the XML would look like this (all valid): <?xml version="1.0...
by alpha4
Sat May 11, 2019 12:21 pm
Forum: Flows
Topic: XML Validation
Replies: 8
Views: 7490

XML Validation

Hi, Is it possible to check an XML file before trying to process it to ensure it is a valid XML file? We've had some problems with XML files containing order information recently where the XML has cutoff half way through the file causing the file to drop out (probably because we've downloaded it fro...