Uipath Marketplace
MarketplaceListingsActivityMongo Activities for UiPath

Create your first automation in just a few minutes.Try Studio Web

Mongo Activities for UiPath

Mongo Activities for UiPath

by shivam kaushik

StarStarStarStarStarStarStarStarStarStar

0

Activity

Downloads

572

back button
back button
carouselImage0
next button
next button

Summary

Summary

A set of Custom Activities to perform Connect, Get Collection, Find, InsertMany & DeleteMany operations in Mongo Database.

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

3 . Find Activity:

Inputs:

   a. Collection - Of type MongoDB.Driver.IMongoCollection

   b. FilterQuery - Of type MongoDB.Bson.BsonDocument

output:

   a. FindResult - Of type Systems.Collections.Generic.List

4. Inser One Activity:

Inputs:

   a. Collection - Of type MongoDB.Driver.IMongoCollection

   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

   b. FilterQuery - Of type MongoDB.Bson.BsonDocument

   c. DeleteManyType - Select the type of required DeleteMany command from the dropdown - DeleteMany or DeleteMany__Async 

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

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

MongoDB.Driver 2.13.1

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

Application

Support

UiPath Community Support

Resources

Similar Listings