Hi,
I am using FME to pull payload from a webhook setup on Survey123. Everything is working fine, however, no DATE fields are returned in the payload:
below is the payload returned
{
"applyEdits" : [
{
"id" : 0,
"updates" : [
{
"attributes" : {
"status" : "Assigned",
"assignedto" : "BLABLABLA",
"globalid" : "e1c4c605-c4f1-4be0-8669-3d064abb2ea4",
"OBJECTID" : 45
}
}
]
}
],
"feature" : {
"attributes" : {
"actyear" : 25,
"actidint" : 6,
"actid" : "GRM2500006",
"actcategory" : "Solutions",
"acttype" : "Update GIS solution or application",
"details" : "test",
"urgent" : "No",
"urgent_details" : null,
"division" : "Administrative Services",
"bureau" : "Human Resources",
"plannedstartdt" : null,
"plannedenddt" : null,
"plannedeffort" : 0,
"status" : "Assigned",
"assignedto" : "BLABLABLA",
"actualenddt" : null,
"pocname" : "ESRI GISResourceMgmt",
"pocemail" : "aBLABLABLA",
"capabilities" : "Under Review",
"orggoal" : "Under Review",
"corepillar" : "Under Review",
"prggoal" : "Under Review",
"strategicaction" : null,
"frameworkpillar" : null,
"globalid" : "e1c4c605-c4f1-4be0-8669-3d064abb2ea4",
"OBJECTID" : 45
},
"geometry" : null,
"layerInfo" : {
"id" : 0,
"name" : "GIS_Activities",
"type" : "Feature Layer",
"globalIdField" : "globalid",
"objectIdField" : "OBJECTID",
"relationships" : [
{
"id" : 0,
"name" : "Effort",
"relatedTableId" : 2,
"cardinality" : "esriRelCardinalityOneToMany",
"role" : "esriRelRoleOrigin",
"keyField" : "globalid",
"composite" : true
},
{
"id" : 1,
"name" : "Comments",
"relatedTableId" : 1,
"cardinality" : "esriRelCardinalityOneToMany",
"role" : "esriRelRoleOrigin",
"keyField" : "globalid",
"composite" : true
}
]
},
"result" : {
"globalId" : "e1c4c605-c4f1-4be0-8669-3d064abb2ea4",
"objectId" : 45,
"uniqueId" : 45,
"success" : true
},
"attachments" : null
},
"eventType" : "editData"
} Data in


So, what am I missing?
Thanks for any input