Open chrislatimer opened 9 years ago
https://ignite.apigee.com/#/evaluations/EvaluationUtilities
"$session.myTextAsMonogram": "[[$self.text:monogram]]", "$session.myTextTruncated": "[[$self.truncate(5)]]", "$session.myTextAsUppercase": "[[$self.uppercase]]"
These methods use dot instead of colon syntax in the documentation, which does not appear to work. Using colon syntax does work.
https://ignite.apigee.com/#/evaluations/EvaluationUtilities
These methods use dot instead of colon syntax in the documentation, which does not appear to work. Using colon syntax does work.