how to check if a file exists in a particular path using flow decision? If that comes true i have to go to one flow that operates on that existed file, if the decision value gives false then i have to create a new file and then perform the operation on that newly generated file
1 Like
hi
this expression in FLOW DECISION would help you
if we are looking for a excel file
File.Exists(“yourfilepath”)
if true it will go to TRUE part where we can include activity to access that file
or
it wil go to FALSE part where we can create new file like if its a excel then use EXCEL APPLICATION SCOPE and mention that file name so that it will create a new one if iits not there
hope this would help you @Chaitanya_podilapu
Cheers
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.