ContributionsMost RecentMost LikesSolutionsWhich snap to use to determine "match" or 'no match' 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! SolvedMongoDB Find Snap qurey only top 10 records Hey guys: how do I read data from a Mongodb Collection using Mongodb Find snap but take only the top 10 records? Thank you! Need help on MongoDB Update Snap I have inserted salesforce data into one of the Mongo database collections using MongoDB Insert. However, I will have to update the salesforce data I just inserted. How do I accomplish this by using MongoDB Update? I read through the Snap documentation, however, not helpful in this case. Essentially, I will have to Salesforce Read LastModifiedDate and see if it is greater than today. If an account has updates, I need to locate this update and update this account in MongoDB accordingly. Please help in this perspective! Thanks a million! MongoDB - Update Snap I am designing a pipeline to update the accounts stored in a MongoDB collection. The senario is: I have used Mongo - Insert to put salesforce data into one Mongo Database collection. However, this salesforce data is changing on a daily basis. I will have to check if there is any updates on the accounts(I already put into the collection) and insert only the updated attributes. Also, there may be new accounts created that I could not insert on my very first Mongo - Insert. Is anyone know how to use Mongo - Update to achieve this business requirement? Much appreciated! Re: Mapper Snap JSON expression Yes. How do I pass the null value? Mapper Snap JSON expression I have a mapper Snap to map address from left to right schema. However, when I run it, I see this error: Meaning the jsonPath($, “$address[0].state”) path cannot be found meaning state = null. Is there any way I could write JSON expression in the Mapping table part in a Mapper Snap? Please help!