Hi All,
We have an integration object created to pass the data using REST - post method. However in Appian process the date we are passing is getting converted to below wrong format when we hit TEST REQUEST> Could someone please suggest how or where is Appian making this conversion? Any help would be appreciated. Thanks in advance.
Appian date field (data type is date):
end_date = "12/8/2019"
When we hit test request JSON data is coming as below:
end_date = "2019-12-08Z"
Discussion posts and replies are publicly visible
Appian converts date and dateTime to ISO format automatically. See https://docs.appian.com/suite/help/19.3/fnc_system_a_fromjson.html#date-and-datetime-formats.