I process I want to check by a string that the file containing that string in its name exists or not.
and record the output in excel as “Not Found” or if found.
I tried using path exist activity but it is throwing null exception.
I am attaching the sample below , please change the file in New Folder of in the variable, and help me to get the solution.
@pawanbag - Thank you for response - I had put Try/Catch , in side catch I was increasing data row counter if file not found and search for next file in the same block.
But if more than 2 files were missing than it was getting failed.
@aksh1yadav - Thank you very much this for the solution.