πData
The various ways to add data to your app
Last updated
The various ways to add data to your app
Last updated
With AppMachine you can add data to your app in various ways.
For example via adding information in blocks, like Contact, People or the Products block. You do that via the red +block in the Content tab.
You can also add your own tables , where you define the structure of your information.
Click Data in the left side navigation,
Define your tables
Define the fields you want to have.
On the Fields tab you can enter the data yourself.
Read more about AppMachine Tables in this article.
Connect to your google sheet Your data will be synced from Google sheet to AppMachine and vice versa. Read more about Google sheets.
If you have your data available via a REST API, you can connect to the webservice to show your information via a GET call. It's also possible to use Post, Update and Delete calls to make your app more interactive. Read more about Web services.
You can also add JavaScript blocks to your app to enhance your app with your own functionality and data. Read more about JavaScript.