Equal condition is not functioning

Hi There

As shown in red cloud, when compared 2 values, which are same, result is false as highlighted in green cloud and that’s why it shows empty as highlighted in blue cloud. Please let me know what is incorrect here. Please see image attached.

@robert12546358 Convert values to string before to compare

You could also Try the Object A = Object B node rather than the == node. That node is specifically for Strings and objects like “lines”. It can also happen that although the rounded numbers “look” to be the same, they actually are not and therefore you won’t get a “true” value.

1 Like