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.
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!