IgniteEngine-iOS icon indicating copy to clipboard operation
IgniteEngine-iOS copied to clipboard

Methods on evaluations page syntax incorrect

Open chrislatimer opened this issue 10 years ago • 0 comments

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.

chrislatimer avatar Aug 09 '15 18:08 chrislatimer