I am trying to return a datetime object using a function. However the debugging tool tells me I return the wrong format. After searching for what causes the error I believe it might be something with the Date vs Datetime in JavaScript. Has anyone encountered this problem? If so how can I solve it?
My wish is to set a datetime field of an object using the Create Object action node. I guess I’ll have to find a work around using the value processor maybe.