Forum Discussion
alchemiz
3 years agoContributor III
Hello,
I think you might want to add a single quote… e.g.
"INSERTTS = '" + $INSERTTS + "'"
or if the format is the issue...
"INSERTTS = '" + Date.parse($INSERTTS).toLocaleDateTimeString({"format": "yyyy-MM-dd HH:mm:ss.SSS"}) + "'"
Thanks,
EmEm