JSON Snipped format DateTime

0
hello,   its probably a very basic JSON Variable question. Currently my structure is {"counter":26,"epochTime":1557915211000}   However the Structure of the epochTime is noticed as a “Long” Variable and not a “DateTime”. How should the structure be so that I can use it directly as a DateTime variable without transforming it with parseDateTime or others?   Thanks in advance. Nora
asked
1 answers
2

Unless you change the epochtime to a datetime menduix understands, you have no other option then converting the epochtiime. THis can be done in a microflow which you can add to your import mapping

 

answered