I would like to be able to show the select label rather than the value when returning data from a select field in timber using ACF
I can get the list of fields by using the code below but this is all fields not the one related to the record.
{{senior.field_object('job_sector').choices|print_r}}