
Meetings ('list_meetings`) SELECT meetings.date, meetings. Left join task_manager on task_manager.account = accounts.id Glide apps now offer support for Airtable. Now, go ahead and edit the query that populates the account table so that you only pull in the data you need for each customer account: select accounts.id, accounts.account, accounts.primary_csm -> 'name' AS "CSM", accounts.partnership_growth, accounts.customer_stage, count(task_manager.id) as "tasks", accounts.next_meeting And as you write SQL queries, you get the benefits of autocomplete: For instance, you can see the entire schema of your base as well as the column types. You can see that because Sequin has transformed your Airtable base into a proper Postgres database, you have access to all of Retool's SQL capabilities. With the basic scaffolding of your Retool application in place, you can begin to tailor the app to our needs using SQL.įirst, look at the query section in bottom panel. To run requests from a schedule or webhook, youll first need to add your Airtable API key to your Data Fetcher workspace. timeout(2,5) would configure a 2 second timeout for the connection to be established and 5 seconds for a. timeout (Tuple) A tuple indicating a connect and read timeout.

This will leave you with a clean table and search bar: init (apikey, baseid, timeout None) source Parameters. Select and delete the two text boxes at the top of the page as well as the extra button at the bottom.

This is a good foundation for your single view of customer application. Because your Airtable data is now in a Postgres database, Retool can jump-start your application with a table and search bar.On the Retool app page, click the blue Create new button and select the Generate app from data option.Or, as some call it, a single view of customer. With Airtable successfully connected to Retool using Sequin, we are ready to build an app that shows you all your customer data in one view. Upload multiple files through a GCS / S3 resource.Look in the API section, if you already have an API key defined click in the purple. Adding a new record to your database or API To find your Airtable API key, navigate to your Airtable account page.
