Populate Select Component with Appery Database
I have a "Clients" collection within my Appery database, which include name, address and phone number on each row for each client.
I want to create a drop-down menu (a select component), where the selectable options are pulled from this "Clients" collection (combining name, address and number onto each selectable line). How do I go about doing this?