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 |
---|---|
97 | |
40 | |
27 | |
23 | |
16 |
User | Count |
---|---|
130 | |
51 | |
48 | |
36 | |
24 |