Select value in list control | The place for Zendesk users to come together and share
Skip to main content

1 reply

Employee
December 26, 2023

Hi @jose16

May I ask confirm if you want to display the tag of the ticket field value instead of the value itself? 

The placeholder ticket.ticket_field_option_title_id will display the ticket field value and not the tag. Via: https://support.zendesk.com/hc/en-us/articles/4408886858138-Zendesk-Support-placeholders-reference 

ticket.ticket_field_option_title_<field ID number> Property/placeholder format for the value of a dropdown custom field. For example, {{ticket.ticket_field_option_title_456}}. See Placeholders for custom fields.

I think what you might be referring to is the tag for the drop-down and multi-select fields, where from this article, it says

{{ticket.ticket_field_<field ID number>}}


The above placeholder displays the tags associated with the selected options. The placeholder doesn't include the option_title.