Hi
I try to compare (in a conditional branch) two string properties.
Unfortunately, it never evalueates to true.
Here is my condition: “{ComboBox_1.selectedText} == {Table_8.cellValues}[{currentRow}][1]”
I couldn’t figure out what’s going wrong. I message out the compared values before comparing them…
pleas help 😉
1 answer
Hi Hans, your expression seems correct.
What is the property type of {currentRow}? It should be a number instead of string. You can confirm it via the properties view in simulation.
This question is now closed