Hello everyone.
Today I have found this interesting thread, I have this issue.
I have the _eventcreationtime in my Device.
But when I need to export the message with DataExport, the _eventcreationtime is missing from any input message in the data transformation task.
{
"applicationId": "93788c9e-c8de-4068-9bf0-aca8f3e8d326",
"enqueuedTime": "1903-08-20T14:02:24.939918961Z",
"messageSource": "telemetry",
"telemetry": [],
"device": {
"id": "p31quw9z6b6z",
"name": "wireless firewall",
"templateId": "dtmi:qlayblehl:mtaifsjhnm",
"templateName": "sentryv3analytics",
"properties": {
"reported": []
},
"cloudProperties": [],
"simulated": true,
"approved": false,
"blocked": false,
"provisioned": true,
"organizations": [
"leaf-organization"
],
"organizationPaths": [
[
{
"id": "root-organization",
"displayName": "Root Organization"
},
{
"id": "leaf-organization",
"displayName": "Leaf Organization"
}
]
]
}
}
In that way, outside IoT Central, this information is not available.
Any idea?
Thanks in advance.
Marco Parenzan