User Activity

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 “d...
Hey guys: how do I read data from a Mongodb Collection using Mongodb Find snap but take only the top 10 records? Thank you!
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 documentati...
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 ...
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 Ma...
Kudos given to