Thank you.
The expressions ive tried using are below none of which works.
formatDateTime(item()?['Timestamp'], 'yyyy-MM-dd HH:mm:ss')
formatDateTime(item()?['Timestamp'], 'yyyy-MM-ddTHH:mm:ssZ')
formatDateTime(addDays('1899-12-30', int(item()?['Timestamp'])), 'yyyy-MM-dd HH:mm')
if(
or(equals(float(item()?['Timestamp']), float(item()?['Timestamp'])), isInteger(item()?['Timestamp'])),
formatDateTime(addDays('1899-12-30', int(item()?['Timestamp'])), 'yyyy-MM-dd HH:mm:ss'),
formatDateTime(item()?['Timestamp'], 'yyyy-MM-dd HH:mm:ss')
)
This below is the source file that im trying to test.
This is the output of the filter array