Bulk Add Records
Add multiple records to your database in one line of your function stack.
Last updated
Add multiple records to your database in one line of your function stack.
Last updated
Bulk Add Record
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.