Table column dropdown embed with sql

Hi all,

Having some issue with displaying the default value of drop down.

I have the dropdown below:


And I have a table with coumn 3 as MACHINESTAUS from a sql view:


Right now, I can update the data of the SQL table TUFT_PRODUCT_PRIORITY. The only problem is that whenever I reload my session, the dropdown returns to "Select". How do I configure these dropdowns to display the MACHINESTATUS from TUFT_PRODUCT_PRIORITY_V?

I appreciate all the help.