08-06-2021 09:51 AM
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 accomplish this that I am missing.