MongoDB Unique Query
Is there any support for MongoDB distinct queries in SnapLogic? I’m trying to execute a query like this: db.Reason.distinct(“Values.Reason”) The Find snap seems to only accept JSON formatted expressions, but wasn’t sure if there’s another way to acco...