Dear All,


I do need to Fill color with my dropdown lists wth their own names.
Like Pink, it suppose to fill with pink not orange hahaha.
Here is some of my code on "Fill"
ColorValue(Concat(Filter(Split(Dropdown1.SelectedText.Value,""),IsMatch(Result, "^[a-zA-Z]")),Result))
Could you help/guide how to fix it?
Regards,