Skip to main content
All CollectionsSupport
Adding Multiple Records at Once
Adding Multiple Records at Once
Chris Coleman avatar
Written by Chris Coleman
Updated over a week ago

This function will allow you to add multiple records to a table inside your Xano database in one step. Previously, you may have utilized a loop to accomplish this. Now, we can add multiple records from an object in a single line of your function stack.

One of the ways you might utilize this function is if you have an external API call that is returning a list of users and their email addresses. You could use Bulk Add Record to insert all of these into your database in one step.

Did this answer your question?