Forum Discussion

dwhansen-cbg's avatar
dwhansen-cbg
Contributor
6 years ago
Solved

Router snap catch all

I have a section in a pipeline where I need to route documents down one of two paths. I would like to do a single comparison on some fields, if it’s true go down one path, if it’s not, go down anothe...
  • dwhansen-cbg's avatar
    6 years ago

    Thanks @tstack. I didn’t notice that option before. I think that would work, but I think I’m going to try a Conditional Snap that maps to a true or false based on my conditions then use a router with a true or false. Should accomplish the same thing but the conditional Snap will give me a little more control over my conditions.