I have a document type with a custom field Flavors, where the form control = Drop-down List and the data source is Options:
1;Banana
2;Apple
3;Grape
The data stored in the database is 1,2, or 3, but I want to display in my transformation the Banana, Apple, or Grape. I also want to localize the display text in the future, so I really cannot use the display text as the value as well.
I found (
this post describing a couple of ways to do this. Has there been any update to how to do this? It seems like a very common requirement to display the display text rather than the value of a drop-down (or other multi-select) field.