Ok. I really have no idea how to word this which is probably why I can't find an answer when searching. Here is what I want to do. I have a combobox driven by a datasource. In this case it is Dataverse. The values show in the combobox are from column 1. This is a human readable value. What I want to write to the datasource and use in a label is the 'real' value which is in column 2. For example.
Source Name Source Value
email 1
banner 2
etc...
Then my label might be something like source=1 for an email source.
This seems like it should be possible right?