I am designing a pipeline where I need to put a condition.
If (File exists)
then run snap 1
else
run snap 2
I want to achieve this with snaplogic pipeline. please help
@munish - Use directory browser snap and dis-select "ignore empty result " , then use mapper and check hasOwnProperty() to check “Name” is available or not. If not then snap2 else snap1