Marketplace logo
MarketplaceListingsActivityMongo Activities for UiPath
Mongo Activities for UiPath

Mongo Activities for UiPath

by shivam kaushik

0

Activity

559

back button
back button
carouselImage0
next button
next button

Summary

Summary


Overview

Overview

The component includes the following 5 Custom Activities to interact with MONGO DB:

1. Connect To Mongo:
Inputs:
a. ConnectionString - Of type String
b. DatabaseName - Of type String
Output:
a. Database - Of type MongoDB.Driver.MongoDatabaseBase

2. Get Mongo Collection:
Inputs:
a. CollectionName - Of type String
b. DataBase - Of type MongoDB.Driver.MongoDatabaseBase
Output:
a. Collection - Of type MongoDB.Driver.IMongoCollection<MongoDB.Bson.BsonDocument>

3 . Find Activity:
Inputs:
a. Collection - Of type MongoDB.Driver.IMongoCollection<MongoDB.Bson.BsonDocument>
b. FilterQuery - Of type MongoDB.Bson.BsonDocument
output:
a. FindResult - Of type Systems.Collections.Generic.List<MongoDB.Bson.BsonDocument>

4. Inser One Activity:
Inputs:
a. Collection - Of type MongoDB.Driver.IMongoCollection<MongoDB.Bson.BsonDocument>
b. InsertElement - Of type MongoDB.Bson.BsonDocument
c. InsertOneType - Select the type of required InsertOne command from the dropdown - InsertOne or InsertOneAsync

5. Delete Many Activity:
Inputs:
a. Collection - Of type MongoDB.Driver.IMongoCollection<MongoDB.Bson.BsonDocument>
b. FilterQuery - Of type MongoDB.Bson.BsonDocument
c. DeleteManyType - Select the type of required DeleteMany command from the dropdown - DeleteMany or DeleteManyAsync
outputs:
output must be used as per the DeleteMany command type.
a. DeleteResult - Of type MongoDB.Driver.DeleteResult
b. DeleteResultAsync - Of type System.Threading.Tasks.Task<MongoDB.Driver.DeleteResult>


Dependencies on MongoDB.Driver - In the Manage Packages (in UiPath Studio) - Search and install - MongoDB.Driver by author - MongoDB Inc.

Features

Features

Are you trying to integrate your MongoDB directly with your Automation processes?

This Custom Activities package allows you to directly interact with your MongoDB. You can perform various operations like Connect, GetCollection, Find, InsertOne (InsertOne and InsertOneAsync), DeleteMany (DeleteMany and DeleteManyAsync).

Additional Information

Additional Information

Dependencies


Code Language

C#, Visual Basic

Runtime

Windows Legacy (.Net Framework 4.6.1)

Publisher

shivam kaushik

Visit publisher's page

License & Privacy

MIT

Privacy Terms

Technical

Version

1.0.0

Updated

Sep 15, 2021

Works with

Studio: 21.4 - 22.10

Certification

Silver Certified

Tags

activities

Application

MongoDB

Support

UiPath Community Support

Resources

Similar Listings