Utilize copy service to transfer file WITHOUT overwriting
I know this is probably a simple question, but I've been stuck on this for hours. I have a service configured to copy a large file over to all things that fit a certain criteria (software version), but I need some sort of if/else statement to check if the file is already there, and not copy the file again if it already exists. I cannot figure out how to check if the file exists. Help would be greatly appreciated!
Edit: My first approach was to run a browse directory service, return that as an intotable, then make an if then statement checking if the filename I'm looking for was included. But I since found out the .includes does not work in TW. Ideas?
Thank you.

