reza.seedin
06/12/2020, 2:33 AM"commentDateTime": "2019-10-08T12:54:44.000Z",
but my efforts to write the formula gives invalid expression TO_CHAR(TO_DATE({lastmodifieddate}, 'YYYY-MM-DD'))
I have not even got the basic date to work. Any idea what I am doing wrongbattk
06/12/2020, 3:37 AMlastmodifieddate
is not a CHAR datatype which should make the TO_DATE failbattk
06/12/2020, 3:37 AMTO_CHAR(CAST({lastmodifieddate} AS TIMESTAMP) AT TIME ZONE 'GMT', 'YYYY-MM-DD"T"HH24:MI:SS.FF3"Z"')