Hi App builders,
I have a unqiue integer value stored in a variable which I can access via {{filter.xyz}} (with xyz als my variable). I do not want to display this integer in my HTML elment rather a mapping of this value (e.g. if value equals 0 → display “Red”, if value equals 1 → display green).
For example within a datasource there is a key which cann be used to create such a mapping. For the HTML there does not exists something like this but maybe you know a nice workaround.
Thanks, Christoph