Help

Re: Populating a dropdown list in another table using the record names

Solved
Jump to Solution
144 0
cancel
Showing results for 
Search instead for 
Did you mean: 
greenbeangt
4 - Data Explorer
4 - Data Explorer

I have a database where the first table is the registrations, then I have four more tables with their own forms. I want people that registered in the first one, to find their name in the other forms instead of filling it out again. So what I need is for the the name of the records from the first table (registration), to automatically populate a dropdown menu in the other four forms. Do you know an automation to do that?

1 Solution

Accepted Solutions

Hiya! Use the "Link to another Record" field. This will allow users to find and select records they already have made in another table.

Let me know if this helps


Justin Ng
Programme Coordinator at Sistema Aotearoa
https://www.sistemaaotearoa.org.nz/

See Solution in Thread

4 Replies 4

Hiya! Use the "Link to another Record" field. This will allow users to find and select records they already have made in another table.

Let me know if this helps


Justin Ng
Programme Coordinator at Sistema Aotearoa
https://www.sistemaaotearoa.org.nz/
greenbeangt
4 - Data Explorer
4 - Data Explorer

Thank you! It worked by Linking it to another record!

chadfraser1122
4 - Data Explorer
4 - Data Explorer

yes we know, you can contact to us

chadfraser1122
4 - Data Explorer
4 - Data Explorer
  1. Use Foreign Keys (SQL Database): Link tables with foreign keys so each form’s dropdown pulls names from the registration table.

  2. Airtable/Notion: Use Linked Records in Airtable or Relations in Notion to automatically pull names from the registration table into dropdowns in other forms.

  3. Google Sheets + Forms: Use Google Apps Script to pull names from the registration sheet and auto-update dropdowns in your Google Forms.

For more tech tips, check out pupfeast.com