So I think I know what I need - not sure how to use them:
The “IF” and “LOOP” In SEQUENCE,
1. Start Program.exe
2. Open File Folder in Program.exe
3a. IF File.txt does not exist, end Program.exe
3b. IF File.txt exist
4a. Open File.txt in Program.exe
4b. Expand window of Program.exe
5. Repeat from 2.
If someone can help me with a screen shot example of how to use the IF and “LOOP” - that would be awesome.
For checking the file path you can use Path Exists activity and pass your file path as input and the output will be a boolean variable.
Use the boolean variable in the If condition, then part will contain the opening file, else part will contain the End program
Thanks PD2, This is awesome! My only issue now is the file name - can it be a wildcard? Even with a specific file name - I am getting validation error warnings - the output “fileExist” isn’t working
EDIT:
Ahh! I see what the issue was - I needed to define the variable as a boolean