Uipath Marketplace
MarketplaceListingsActivityMongoDB Activities

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

MongoDB Activities

MongoDB Activities

by Internal Labs

StarStarStarStarStarStarStarStarStarStar

0

Activity

Downloads

34

back button
back button
carouselImage0
next button
next button

Summary

Summary

A set of activities that enables integration with MongoDB.

Overview

Overview

This package is comprised of the following activities:

  • MongoDB Application Scope:  handles the authentication to MongoDB.
  • Find: Selects documents in a collection or view, and returns a cursor to the selected documents. It is the equivalent of the SQL clause Select.
  • Insert: Inserts a document or documents into a collection.
  • Update: Modifies an existing document or documents in a collection. The method can modify specific fields of an existing document or documents, or replace an existing document entirely, depending on the parameters.
  • Delete: Removes one or all the documents matching the filter criteria from a collection.
  • CreateCollection: Creates a new collection or view.
  • DropCollection: Removes a collection or view from the database.
  • DropDatabase: Removes a database.
  • ListDatabases: The activity provides a list of names of all existing databases.
  • ListCollections: The activity provides a list of names of the collections from a database.
  • RenameCollection: Renames a collection.
  • Estimated Count: Returns the count of all documents in a collection or view.
  • Run Command: Provides a helper to run specified database commands.
  • Aggregate: Calculates aggregate values for the data in a collection or a view.

Features

Features

You can perform different operations on MongoDB such as: 

  • CRUD operations on collections
  • aggregations operations
  • creating and deleting collections
  • running commands in the context of a database

Additional Information

Additional Information

Dependencies

MongoDB.Driver 2.18.0

Code Language

Visual Basic

Runtime

Windows (.Net 5.0 or higher)

Publisher

Internal Labs

Visit publisher's page

License & Privacy

License Agreement

Privacy Terms

Technical

Version

1.0.1

Updated

Feb 7, 2023

Works with

Studio: 22.10+

Certification

Silver Certified

Application

Support

UiPath Community Support

Resources

Similar Listings