Using Connectors, there is a really nice feature on the Table Grid, where you can bind data with multiple keys (i.e. ID, Name, Location), but you can hide certain columns to the user. This means the hidden key is still accessible as a Keyword, but not visible to the user.
Is it possible to achieve something similar for the Dropdown Control? We would like to use the ID on the backend, without showing it to the user on select (or at least have the Name as the main tag showing once selected, not the ID).
Any advice is appreciated!