I want to have the color of the lines defined by ean xpression. It has to be looked up in a csv-color-table by an Object-Nr
Layer 1 = Line Objects with 'Object-Nr'
Layer 2 = CSV Color Table with a defined 'Color' for each 'Object-Nr'
attribute(
get_feature(
'CSV_Color_Table',
'Object-Nr' , "Object-Nr" , 'Color' ))
The expression does not find the corresponding color. I can't figure out why it is not working.

blue,red, RGB values, HEX?