Solved
Best Way to Code
Hi Everyone, I am currently running Thingworx version 9.3.5,
I am currently trying to run a code on replacing X number for a message what would be the best way to do that?
Example below:
let message = "";
switch (number) {
case 253:
message = "On Standby";
break;

