Basic Information

appmixer.mongodb.db.UpdateDocument

1.0.0

Public

Update a document(s) in a MongoDB collection.

Input Ports

in

FieldTypeDescription
Collection text Enter your collection name.
Document ID text Document ID. If Document ID is given, then the Update filter cannot be used.
Update filter textarea The filter used to select the document to update. If Update filter is used, then Document ID cannot be specified.
Document textarea The update operations to be applied to the document.
Upsert toggle When true, creates a new document if no document matches the query.
One/Many select Update a single document in a collection or update multiple documents in a collection.

Output Ports

out

FieldTypeDescription
Document -
Acknowledged -
Matched Count -
Modified Count -
Upserted Count -
Upserted Id -

Full Metadata