I have a dropdown list that is populated by a smart object that retrieves a list from a table in a database. It works and displays all the information as it should, but I want to add one more item that reads OTHER at the end of the list (preferably). I am trying to not make a static list, instead displaying a mildly dynamic dropdown list. Does anyone know how to do that?
Also, I’m avoiding adding anything to the table because other apps probably use that table, too.