Solved
@ucyppat I had to do the same thing with Unix epoch time and here is the formula I used in my creating CSV table. addSeconds('1970-1-1', Div(int(item()?['properties']?['createdate']?['value']),1000) , 'MM/dd/yyyy')
The create date value from the parsed json was in unix epoch time. Using this formula worked perfect for converting it. I think I had to have the int() peice in there to convert it to an integer first.
User | Count |
---|---|
101 | |
36 | |
29 | |
25 | |
16 |
User | Count |
---|---|
133 | |
54 | |
53 | |
36 | |
26 |