munish
6 years agoNew Contributor
File exists or not
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
If the problem is doing something else when no data to trigger your downstream snaps (router, etc.) you could look at patterns in some of the “when no data” threads like below:
Basically create some fake data, join it with your actual data (or missing data) from your directory browser, then check if you actually had data or not in the downstream router snap (if/else).