Cannot add timestamp to NetSuite field

Hi,

I am trying to add the current date time to a NetSuite field. For this I am using the timestamp handlebars expression. In the dev playground it works, but in my mapping it does not. Any idea what I am doing wrong?

Hey Nuri,

Apologies for the inconvenience.

Can you please use "timeStamp" instead of "timestamp" with a capital "S".

We'll fix this discrepancy ASAP in an upcoming release.

Thanks Umu, it works no error anymore. Only now the time is not correct in NS:
{{timeStamp "MM-DD-YYYY HH:mm:ss" "Europe/Amsterdam"}}

-->Result:

22/10/2021 0:00:00

By the way:
{{timeStamp "MM-DD-YYYY HH:mm:ss" "Europe/Amsterdam"}}
Does not work in the dev playground but {{timestamp "MM-DD-YYYY HH:mm:ss" "Europe/Amsterdam"}}
without capital S does work and also gives me a correct time back. Result: 10-21-2021 10:51:49.