7. Setting up your Airtable base
- Create a free Airtable account if you do not have one.
- Go to the “Local real estate development tracker” template base on Airtable Universe, click “copy base” and add it to “My First Workspace” (or another workspace if you are already using Airtable). You can now open your own copy of the template base, add your data and make changes. Data you store here or changes you make don’t affect the published template and will be private until you share your base with others and/or connect it to a public-facing site.
- Invite anyone else working on the project to the base (or workspace) as a collaborator with editor or creator permissions.
- Before you start adding your own data, review and delete the sample records in all three tables: Projects, Contact Us and Tips.
- Don’t delete, add or modify any fields or tables before reading the following section.
The Airtable base will be linked to your public-facing site. Different elements of the base correspond to different elements of the site code, and certain changes you might want to make to your Airtable base could cause unintentional bugs in the site. Here’s what you can and can’t adjust without further coding.
Don’t make changes to:
-
The names of the tables (Projects, Contact us and Tips) or their settings.
- These are important ones not to change, since references to the specific names are hardcoded into the site.
-
The configuration of any fields that contain info that displays on or is submitted from the public site.
- This includes the following fields in the Projects table: Name, Slug, Address, Build type, Status, Uses, Images, Image Caption and Record Status
- And the following fields in the Contact us table: Name, Email, Message
- And the following fields in the Tips table: Email, Report, Address, Attachments
- Don’t change their name, the field type or other options.
- Do not delete them.
-
Any field that is linked to other records in the base.
- This includes the following fields in the Projects table: Reports, Tips
- And the following fields in the Tips table: Projects
- Don’t change their name, the field type or other options.
- Do not delete them.
You can make these changes without affecting the site:
-
You can add a new table to your base to upload a different dataset and it will not affect the main site.
- You might want to add a base that you use internally to organize and track your data sources.
- Or you may want to bring in a whole new type of linked data to your internal system or the public site, but that would require additional configuration of the Airtable base and site code.
-
You can adjust fields that are only used internally.
- This includes the following fields in the Projects table: Assigned to, Notes, Record created, Last modified
- And the following fields in the Contact Us table: Category or Issue, Assigned to, Replied, Notes, Created
- And the following fields in the Tips table: Project - manual add, Assigned to, Tip status, Replied?, Notes, Created
- You can change their name, type, settings or delete them entirely without affecting the site.
-
You can add new fields.
- If there are other types of data you want to track or are included in a dataset you are importing – or another type of field you want to use for internal workflows – you can add additional fields to any table.
- Information in these fields will not be displayed on the public site without additional coding.
-
You can change the selection options available (not other field type options) in certain single-select and multi-select fields.
- This includes the following fields in the Projects table: Build type, Status, Uses
- In the Record Status field, you can change options except the Published option, which must remain as is.
- Here’s how to adjust options for single- and multi-select fields.
-
You can add, delete or edit views or interfaces for each table.
-
You can adjust filtering, grouping and sorting within each table.
-
You can add automations and collaborators.
The next section shows you how to use the Projects table to collect development data in your Airtable base.
Table of contents
- About this guide
- How to use this guide
- What you will need
- Initial questions to ask
- Starting with the data
- Organizing your data: Airtable basics
- Setting up your Airtable base
- Using the Projects table
- Using the Contact Us table
- Using the Tips table
- Setting up the site
- Customizing the site
- Publishing the site
- Managing your development tracker
- Harnessing public engagement and support
- Launching your tracker for the public
- Getting in touch with us