MongoDB Select/Filter DB

How to filter a data from Mongo DB? I am having a collection with below structure
_id : Object
StudentName : Micheal Adam
RollNumber : 12345

I want to filter the data based on RollNumber and get the result into a String

You can use invoke code activity to connect to mongo db

and then use normal c# code to filter data. This blog would help