Question…We have built a number of API workflows. They all do they same thing…query for a list of records linked to the Current User. When we make POST calls the dates come back in serial format and when we do Get calls directly against the object the data is in a more usual date format
POST result 1634788800000
GET result 2021-09-21T04:00:00.000Z
I need to use POSTs for the workflow calls. Anyway to change the format?