Skip to main content

Exercise 2.2: Create an Airport Table

Duration: 10 minutes

  1. Click the App Home tab to return to the main view
  1. Under Data, click Add
  1. Click Import a spreadsheet
  1. Click Continue
  1. Download this file: airports.xlsx
  1. Upload the downloaded file to the upload box. You should see the following screen once the upload is successful
  1. Ensure that Enter a row number for the table header is set to 1
  1. Check the Import spreadsheet data box
  1. Click Continue
  1. On the following page, click Create new table
  1. Click Continue
  1. You should land on the page that says: "Great! Here's the info we brought over from your spreadsheet"
  1. Scroll through the list to see all the fields that will be created. Notice that you can change the data Type if necessary, but we can leave everything as String fields for now
  1. Click Continue
  1. Under Table label, enter Airport. Table name will be automatically populate
  1. Click Continue
  1. In the roles page, check All for admin, and only Read for user
  1. Click Continue
  1. Click Edit table
  1. You should see the imported data in the Table spreadsheet view
info

In case you were wondering, the Lat and Lon fields are deliberately left empty. In the optional bonus exercise, we will use an API to get these values, but has no impact on our exercises.

  1. Click more next to the Data pill, and change the Data views to Fields
  1. Toggle Display to true for the Name field
  1. Click Save
note

Great, you now have a table to store the list of Airports!