Hi there
I’m planning a conference and I’m using airtable to manage my speakers. I have two ways of acquiring speakers: submissions from the speakers, and manual additions by myself.
Here’s my workflow:
I have three tables, as below:
- Speakers from me = my manual additions
- Speaker submissions = submissions by speakers via a form
- Canonical speakers = record of all selected speakers containing only unique speaker names
The ‘Canonical speakers’ table contains three columns:
- Name Canonical= formula field that compares the other two columns and selects the cell that contains a name.
IF({Name Submissions Link}=BLANK(),{Name Speakers Link},IF({Name Speakers Link}=BLANK(),{Name Submissions Link}))
- Name Speakers Link = linked field to speaker names from ‘speakers from me’
- Name Submissions Link = linked field to ‘speaker submissions’
I have hundreds of rows of speaker entries from my two speaker tables.
My goal is to automatically fill in the columns in the linked fields, so that all my speaker names can be compared, and I can get one canonical list of speaker names.
Is there a way I can auto-fill or auto-populate the columns in the linked fields?
Thanks!