Hello,
I am creating custom symbology based on several conditions in multiple fields but I ran into a problem when I want to add some additional symbol in the future. I have a simple expression that extracts values from 2-3 fields and returns some value. Below is an example how I do it.

The problem here is that the output from "return" is assigned both to Value and Label in Symbology pane. Is it possible to have "return" in such way that the expression returns Value (numeric) and custom Label (custom text string)?
Thanks.