iRobo.Activity.Delete

Delete a document from a collection in the Database using Field/value filtering.



                                                                                                               

Properties

Connection Configuration

  • Collection Name -  Enter a collection name that exists in the connected Database as String within "". (Mandatory)


Input

  • Document Option -  Determine whether to operate on single/multi documents in the collection. (Mandatory)
  • Field -  Enter the name of the required field in the documents to delete. (Mandatory)
  • Value -  Enter the equivalent value of the specified field to delete . (Mandatory)


Misc                                                                                                        

  • DisplayName -  Activity header name.

Steps of Using Delete Activity

  1. Open iRobo Studio, and then open a new Workflow.
  2. Drag Delete Activity  to the Body of MongoDB connection.
  3. Enter Collection Name Variable, to access its data in Database, in Collection field in Connection Configuration in Properties Panel.
  4. Select whether to delete a single or multiple documents from Document Option in Input in Properties Panel.
  5. Insert the required Field and Value of which Document to be deleted Fields in Input in Properties Panel.
  6. Click Save button from iRobo Studio Menu to save Workflow.
  7. Click Play button to start the automated process, data inserted into Database, and returned the number of affected records in Database as Integer Variable.

Created with the Personal Edition of HelpNDoc: Free Web Help generator