Voltapp 🇫🇷
Voltapp 🇪🇸
🎉 Home
Voltapp Introduction
CUSTOMIZE A TEMPLATE ⏱
Discover Templates
Create your Airtable
Connect your data
Publish your app
LEARN VOLTAPP
Discovery of the interface
Nodes
Graph
Variables
Custom the design
Placing elements
Design examples & Devices
Managing pages
Create dynamic content
Manage data with Airtable
Combine templates
https://www.youtube.com/watch?v=8zRFBEm0sX4
Voltapp offers several nodes to connect to external tools. The Airtable node allows for example to connect to your airtable database. To do this nothing could be easier, add your airtable node to Voltapp, then add your Api key
Then simply choose the project and the table you want to use:
The airtable node exposes several actions to interact with airtable:
- retrieve a row to retrieve a row from the table by passing its RecordID
- retrieve rows to dynamically retrieve rows based on a formula filter
- delete a row to delete a row according to its RecordID.
- update a row to update a row according to its RecordID.
- create a row to create a new row in the table