CHOICELABEL() function for dataevents
Sammie
Adding a CHOICELABEL() and CHOICELABELS() function, in similair fashion as CHOICEVALUE (https://docs.fulcrumapp.com/docs/calculations-ref-choicevalue#examples).
Very simple, the output is the label of the choice list instead of the value.
This allows the users to fill-in free text fiels with the values of a choice field. In our use case this is required as the first placeholder of a description field.
The current work around is creating a static dictionary that is cumbersome, and will not reflect changes in the choice list.