Hey all this is my first post here so if there is some etiquette that I'm not aware of I apologize. I thought I would start a thread for myself because I will inevitably have a million questions over time.
I'll start with this; I'm making a Motion Design graphics package for tournaments, and in order to manage the multiple redundant graphics that share the same information I thought it a good idea to build a "controller" level with a widget UI to be able to make selections and inputs which will trigger updates to the other levels. Haven't quite made it that far yet.
I'm currently roadblocked trying to set up a simple combobox (yeah I'm really new at this) that lists out all the Row Names in the particular DataTable for this part. I can see and select the options but I cannot figure out how to set it so that when an option is selected it will cast a string based on what is chosen. For now I want it to simply show me true/false whether or not I have chosen this particular RowID but I do not know how to get it so that the selection recognizes which row I picked