Insert Many
Insert Many node adds more than one set of data into a database at once. It's like filling multiple slots in a filing cabinet with new information or adding multiple items to a shopping cart.
Instead of inserting one record at a time, this feature allows users to input several data entries simultaneously, which can be more efficient when dealing with large amounts of information.
Properties Panel
Field | Description | Required |
---|---|---|
Node name | true | |
Database collection | Database collection in which you want to query | true |
Records to insert | Records that need to inserted. It expects array of records. You can use magical autocomplete for this field | true |
Returns
result
- The result of the query at runtime. You can access this using Magical Autocomplete (e.g. $.<node_name>.result
) in any node below this node.
Last updated