Hi, I need to know if multiple files exist in a folder, but only those that start with the same name.
If a file with that name exists, a process must be started and, if it does not exist, a message appears.
I did all the processes with Flow Decision but I can not get Path Exists to work
I do not know how to continue. I already have the names of the files I need with System.IO.Directory.GetFiles but how do I start the process if the file I need exists previously checked by GetFiles. Can I use Flow Decision or If?
Main.xaml (7.0 KB)
Hi,
In my case I there is 6 files in folders. I use the for each. The flow is iterated 6 time in loop but it gives output like Systrem.String , Not exact file name.
Please check my workflow.