How to get display value of multi select custom field

Hi @Andrea_Gentile ,

You can also read more about this in our reference article as well; this shows you the full list of available properties in your Stream configuration.

You have access to two transform options for single/multi-option select fields:

  1. transform.replaceOptionValuesWithDisplayNames - returns the display names (instead of internal IDs) for only the selected values; note, if you’re building a multi-language site, you’ll want to ensure your options have “translations” defined per language
  2. transform.expandOptionFields - returns you all possible options (even if they aren’t selected).

Let us know if you have any other questions!