The problem is I want to write an algorithm within one action only. It looks like this: "!!!"&Variable=5?"Good":"Bad"
As a result it always returns "Good", altrough Variable doesn't equal 5. As you can see there is "!!!" before comparison for true/false statements and it counts as a condition. If "!!!" and Variable = 5 then if true "Good" if false "Bad". The question is how do I manage to avoid making "!!!" text a condition and keep expression under one only action? Thanks for your replies!