$get('foo') return an id in a 1-n relationship field
Hi, I have three 1-n relationship field in my form and they return the id of the Resource selected even if I see the name in the select input. Is it possible to have another column instead of the id in this context ?
The alternative is to make requests to the DB with the id, but I'm really surprised there is no other way ...