In a Model Driven App, I created a form with a dropdown field for selecting geographic State (NC, SC, FL, GA, etc...). I am trying to reference the selected value and use it as part of a formula within a Text field. For example, I want the Text field to be a concatenation of a Builder Name and State.
So, the formula would look similar to the snapshot below. 'Builder Name' is simply referencing another Text box. 'State" is trying to reference the value selecting in the Dropdown box, but I keep getting an error.