Hello,
I get a list of houses with prices from my rest service. The price and the price type($,€) are in different columns. When mapping to UI, how can i add the type at the end of the price label. ( Need to check if it is $, then add $. For € is needed also)
Thank you,