Input

The following table describes the fields on the Input tab of the UpdateDocument activity.

Input Item Data Type Description
CollectionName String In single or double quotation marks, specify the name for the collection where documents are updated. Adhere to the following rules when specifying the collection name:
  • Do not start the collection name with system.
  • Do not contain empty strings, and characters such as $.

The value specified in this field overwrites the value specified in the Collection Name field on the General tab.

Query Document String Enter a document name in double quotation marks. This document is used to query one or more documents from the specified collection.
Update Document String Enter a document name in double quotation marks. This document is used to update one or more documents from the specified collection.
Upsert Boolean Enter true() in this field if you want to insert the document specified in the UpdateDocument field when no matching document is found.
Multi Boolean Enter true() in this field if you want to update multiple documents that match the query condition.
ContinueOnError Boolean Enter true() in this field if you want the remaining update operations to continue when an error occurs.
Note: If you select the Continue On Error check box on the General tab, leave this field blank.