Hello,
I have this error when I try to add a character to a string. “Error in executeScript_Sandbox code: Invalid left-hand side in assignment”
Here the code : (the variable ${mois is defined before, I don’t write here because it is ok)
{
“Command”: “executeScript_Sandbox”,
“Target”: “{mois} = '0' + {mois};”,
“Value”: “”
}
What am I doing wrong ?
Thank you in advanced