I have in need to add-on the below workflow to my current automation:-
Check if file exist (File Path: “C:\Users\Downloads\SO_File_”+Now.ToString(“ddMMyyyy”)+“.xlsx”)
If file does not exist, end/exit the entire run
If file exists, continue to next process (within the same flow chart)
*I checked the Path Exists documentation but do not know what input to put inside the activity and the variable info
Below are my screenshot, would appreciate the help.
Use File Exists activity and configure it like below and save the output to a variable say FileExists. Use Flow Decesion and pass the output variable of File Exists. If it’s true you can continue the process by mapping it to Excel Process Scope or if it’s False you can end the process by keeping Log Message.
Uploading the workflow for better understanding Flowchart1.xaml (12.4 KB)