Solved
Template literals cant use in thingworx
Hello,
I have a long string part of which need to be replaced to make read easier. But template literal error arises. How can I modify my code? Or how to update js engine?
- my code
var age = 10;
let result = `I am ${age} years old`;
- error
version: ThingWorx 9.3.1
BR

