I’m trying to format the following date: {{ $(‘Webhook’).item.json.body.createdAt }} to make it return the date in MM/DD/YYYY.
I asked Grok and it suggested trying this out: {{ DateTime.fromISO($(‘Webhook’).item.json.body.createdAt).toFormat(‘MM/dd/yyyy’) }} but it’s still not returning the date in the right format.