I have a rest response (a list of projects) and would like to bind them simply to a select.
The projects have a name and an id field.
It doesn't seem possible to bind them using the UI. I can bind the same data to a List object no problem, aside from there isn't a value property of the list item, so I can't store the id fields.
I'm sure there is an easy / obvious solution to this, I searched through the documentation and forum and haven't found one though.