Resolved! Value comparison in UCCX 7 script
I'm trying to put a piece of logic into a script that compares a customer entered value (string variable) against a static value (100000000). The logic I have looks like this:If (valueEntered > "10000000") thenHowever almost any value entered return...