Update by ID
Update by ID node helps in modifying existing data entry in a database. It's like editing information in a document or changing details in a form.
When you update record, you're essentially making alterations to the data stored in the database, ensuring that it reflects the most current and accurate information.
Properties Panel
Field
Description
Required
Default
Database collection
Database collection in which you want to list
true
_
Record Id
Unique id of document that you want to modify
true
_
Record Id Type
Type of record id which is to be fetched
false
ObjectId
Update query
Object which which will be used to replace or update current document
true
_
Upsert
Insert if document does not exist
false
false
Returns
This node does not returns any value.
Last updated