Autofill or Look up from another table

Greetings, Im new in Glide.

I have A customer list (table) and Product list(table). Now in the Product form I want to have a dropdown list to get the customer name from customer list. I know its simple but I cant find the right direction or workaround.

Cheers!

Hi @Chichap,

Welcome to the community :partying_face:

You can add the Choice Component to the form and connect the Customers table and you need a column in the Product table to write the selected customer for that product! You can add that column to the Write to section in the Choice component! And you can select the name for the value and display sections!

Docs for Choice component :

Thank you

2 Likes

wow than you for your warm welcome and providing the guidance.
appreciate it much! :smiling_face_with_three_hearts:

1 Like

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.