🎉 Home
CUSTOMIZE A TEMPLATE ⏱
LEARN VOLTAPP
The data of the templates are connected thanks to the Airtable node (component of the app).
This is the portal of arrival and sending of data.
Now that you have created your Airtable, click on the template's Sample Database link (available via the template documentation or the project help page) and click on Copy Base.
A public database to copy simply
Next, we will see how to connect your new own database to your app.
To connect your project to your Airtable database and enable integration, you need to create a Token.
The operation is quick, follow the Airtable documentation:
https://support.airtable.com/docs/en/creating-and-using-api-keys-and-access-tokens
When selecting scopes, remember to choose at least:
data.records:read; data.records:write; schema.bases:read; schema.basics:write
A video to help you:
https://www.youtube.com/watch?v=XCk1Hx7B7JQ
We recommend that you create a separate file where you save and identify the Airtable tokens linked to your projects.
Because if you lose the token, you will have to regenerate it, and then modify all the graphs linked to the modified token.
Your token is now you API Key.
Templates perform one of the 4 Airtable database operations (create, retrieve, update, delete) at the graph level (data flow visualization) of the Airtable node.
Changing the API key will remove the Airtable operations (visible as blocks) that you simply have to recreate by following the help page of your template in the Connect your data section.
Example to connect an Airtable node in your Voltapp project to an Airtable database.
In the Airtable node inspector, on the right, you have an empty area to rename the node and, most importantly, an API area to enter your API key
Once you have entered the key, you select the database for your Airtable account (here test) and select the relevant table (here Table 1). For the example, the API key is hidden.
Now your application is connected to an Airtable database.
Either you have one database for the whole application, and in this case put it at the root of the project, at the very top. Or you have several databases, and in this case place each Airtable node in the right place in the project.