Skip to main content

Good day,

I have a featurewriter and I want to give the dataset the same name as the display value (and not the value itself) of a parameter for which I used a choice configuration. How can I do it ?

Unfortunately, you can’t retrieve the display label from the choice parameter. You could consider using an AttributeValueMapper to map the value back to the display label.


Reply