# 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.&#x20;

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

<table><thead><tr><th width="153">Field</th><th width="477">Description</th><th>Required</th></tr></thead><tbody><tr><td>Node name</td><td><a href="../../node-name"><mark style="color:blue;"><strong>Checkout Node name</strong></mark></a></td><td>true</td></tr><tr><td>Database collection</td><td>Database collection in which you want to query</td><td>true</td></tr><tr><td>Records to insert</td><td>Records that need to inserted. It expects array of records. You can use magical autocomplete for this field</td><td>true</td></tr></tbody></table>

### 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.
