I am using the Text Length function on a token, which is correctly returning the length of the string as a result of a DB look up. When I perform a comparison in a conditional branch with this length vs a number, the comparison is not working.
So for example, if the token value is stored as 9, a comparison with greater than 10 is resulting in true, which is obviously incorrect.
Thanks!
See the example in the setup of the condition and a sample result: