What is the data type assigned to the 'color' field in the Static Data node?It should be unicode instead of string as your value contains non-ASCII values.
If it was set to string data type your comparison statement in the Transform node is comparing the set of ASCII characters that comprise "röd" against the unciode characters for röd" - they are not the same value.
When the data type is set to unicode the comparison will generate a True output.
Also, for new projects we recommend you use the Create Data node instead of the Static Data node. The Static Data node is deprecated.
------------------------------
Adrian Williams
Precisely Software Inc.
------------------------------