Forum Discussion

NAl's avatar
NAl
Contributor
5 years ago

Return and reuse previous Snap in Pipeline

We would like to revisit a previous Snap in the Pipeline without having to create multiple branches and refer to multiple variables.

SnapLogic doesn’t seem to permit this so is there another way of achieving this in SnapLogic within the same Pipeline?

Here are the steps:

  1. Search for an existing record using SF Lookup Snap
  2. If record exists, proceed to Merge Id’s Join Snap
  3. If record does not exist, map fields to prepare for new record creation
  4. Create record
  5. Return to the previous SF Lookup Snap
  6. If record exists (which it now should), proceed to Merge Id’s Join Snap