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

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