Update Many
Update Many node helps in modifying more than one existing data entry in a database simultaneously. It's like making changes to multiple items on a list or editing several sentences in a document at once.
When you update multiple records, you're essentially applying the same modification to several data entries in the database, streamlining the process of managing and maintaining large datasets.
Properties Panel
Field | Description | Required |
---|---|---|
Node name | true | |
Database collection | Database collection in which you want to list | true |
Query snippet | Query to identify which documents needs to be modified | true |
Update snippet | Update object which will be used to replace current documents data | true |
Returns
This node does not returns any value.
Last updated