09-23-2019 01:30 AM
Hi everyone,
I am wondering how to pursue a pipeline that has no output document. Let me explain :
At the beginning of the pipeline I am using some mappers and snaps to check existance of records. When my first snap returne document, we continue, as validation 1 passed. Second check based on the document numbers in the output :
How to do this given that there is 0 document and therefore I cannot continue the pipeline?
Thanks,
Solved! Go to Solution.
09-23-2019 08:19 AM
This might work for you: Performing an Action when there is no data
09-23-2019 08:19 AM
This might work for you: Performing an Action when there is no data
09-24-2019 02:34 AM
Hi dmiller, perfect, this is very good!