How to stop a flow if file does not exist

Post Reply
netaware
Member
Posts: 33
Joined: Tue Jul 30, 2024 7:11 pm

How to stop a flow if file does not exist

Post by netaware »

Hello,
I have a flow that processes hundreds of files.

On activating the flow, I would like to check for a log file first, if it exists, process the many files, if it does not exist, do not process the many files and send an email.

I do not know how to do this. Can anyone give me some suggestions?

Thanks
jan_suhr
Advanced member
Posts: 708
Joined: Fri Nov 04, 2011 1:12 pm
Location: Nyköping, Sweden

Re: How to stop a flow if file does not exist

Post by jan_suhr »

Jan Suhr
Color Consult AB
Sweden
=============
Check out my apps
netaware
Member
Posts: 33
Joined: Tue Jul 30, 2024 7:11 pm

Re: How to stop a flow if file does not exist

Post by netaware »

I tried it but i cannot get it to work with network path.

I wrote a script that is working.

But I want to stop the flow completely if the file does not exist.
Post Reply