Hello,
This is related to Core 3.6.4 / Meta 3.6.2.
When attempting a simple script
var myTotal = (p1148.value + p1164.value + p1068.value + p22238.value);
return(myTotal);
I receive the following error that I was hoping someone could shed some light on -
ReferenceError: "$EXEC" is not defined at line: 23 at line: 23
Thank you