Thanks to everyone who’s commented on this post. It sure can be challenging to visualise data from Airtable and I wish we could say… a few years later… that we’ve solved the problem, but alas! Airtable for some reason doesn’t want to create what ever...
Roman_Scher:
We have a nightly process that crawls the schema of our bases and builds out a map of all Bases, Tables, Fields and Views, including which fields directly rely on other fields.
@Roman_Scher how did you do this?
Thanks Railware for sharing this awesome add on with the Airtable community and for making the basic tier free to use. We’ve mentioned you in a blog on how to connect Airtable to Google Data Studio by using your add on! https://medium.com/@optimi/you...
Folks, we’ve published a recipe on how to connect Airtable to Google Data Studio, using Google Sheets as an intermediary:
Medium – 11 May 19
You too can make dashboards: How to visualise your Airtable data in Google...
W...
Here’s the function for querying the Airtable API. Instead of using the function name below, you’d call this getData() as mentioned on https://developers.google.com/datastudio/connector/build
function fetchDataFromAirtable(tableName, viewID) {
/...