Connect to your google sheet
Your data will be synced from Google sheet to AppMachine and vice versa.
Read more about Google sheets.
Connect to a webservice
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.
JavaScript
You can also add JavaScript blocks to your app to enhance your app with your own functionality and data. Read more about JavaScript.