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.