Hi,
I'm trying to import data from Mongo with an $unwind. The aggregate is simple
{ "$unwind": "$payments"}
This works via mongo client but via Domo i get an error "Aggregation pipelines can not be empty"
Any ideas?
Nevermind..
[{ "$unwind": "$payments"}]
worked.