Mongodb collections

Hi, I would like to read a set of collections from Mongodb and analyse the dataset. Kindy let me know how to read more than 1 collection.

Thanks.

With the Mongo DB Reader node you can query one collection at a time. If you want to query different collections, you might want to use another Mongo DB Reader node. Or do you want to join your collections with a $lookup command?