Help

Save the date! Join us on October 16 for our Product Ops launch event. Register here.

Populating a dropdown list in another table using the record names

Solved
Jump to Solution
367 3
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

3 Replies 3

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/
godofprogrammer
4 - Data Explorer
4 - Data Explorer

Yes, you can set up this kind of automation! You can use database triggers or scripting to automatically pull names from the first table and populate the dropdowns in the other forms. For example, you might use SQL queries to fetch names and update dropdown menus in your forms dynamically. If you're using a platform like Airtable or Google Sheets, they also offer built-in tools or add-ons to help with this.

greenbeangt
4 - Data Explorer
4 - Data Explorer

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