cancel
Showing results for 
Search instead for 
Did you mean: 

Which snap to use to determine "match" or 'no match'

SnapIntegration
New Contributor II

I have a task to design a pipeline to category response back from a API call. If the API tells me the result of “match” = , then I need to direct the data into a mongoDB collection; if the response tells me ‘match’ != empty, then I will mark it as “duplicate” and store it in another mongoDB collection. Which Snap I am supposed to use for the match situation? I am thinking to use Conditional Snap but not sure how to put the target path. Please help, thanks a billion!

1 ACCEPTED SOLUTION

smudassir
Employee
Employee

Router snap with an output view for matched and not-mached?

View solution in original post

2 REPLIES 2

smudassir
Employee
Employee

Router snap with an output view for matched and not-mached?

tlikarish
Employee
Employee

Here’s a link to the documentation for the Router snap that my colleague mentioned.