In my automation I have a variable
FilteredReleaseVersionsLast, which returns a value 28.5.1 (can be seen in the logs).
In the next automation step I am doing an Advanced compare condition that checks whether FilteredReleaseVersionsLast contains a dot.
The Advanced compare condition does not seem to work, because it executes the else block (as if FilteredReleaseVersionsLast does not contain a dot, which it clearly does)
What could be wrong? What is the correct way of using the variable in the advanced compare condition?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.