@Piyush, I usually do something similar to this: I add an Error output to the bottom flow (Load SFDC) and add an Exit Snap to that Error output. As well, I break the top flow to link to the Union Snap that is linked to the Exit Snap. I also add notification logic (a reusable, nested Pipeline) to the Error output, but that’s not required to address your question.
The Exit snap will not produce a document if there is not an error, so the top flow will continue through the Union to the Update Timestamp without interference. Otherwise, if there is an error on the Load SFDC snap, the “notification logic” will send notification and the Exit snap will halt the pipeline before the Union can proceed to the Update Timestamp Snap…
![]()