<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Webhook payload not including DATE fields in ArcGIS Survey123 Questions</title>
    <link>https://community.esri.com/t5/arcgis-survey123-questions/webhook-payload-not-including-date-fields/m-p/1613547#M62558</link>
    <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/366436"&gt;@DominicRobergeIADOT&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;&lt;BR /&gt;you might need to change the submission url in the settings tab of the survey to something like this:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://yourPortalUrl/server/rest/services/Hosted/service_yourService/FeatureServer" target="_blank"&gt;https://yourPortalUrl/server/rest/services/Hosted/service_yourService/FeatureServer&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;I have a bunch of date fields in my survey actually, one is a dateTime field that defaults to now(), and the others are utc offset corrections and formatted versions.&lt;/P&gt;</description>
    <pubDate>Mon, 12 May 2025 05:44:11 GMT</pubDate>
    <dc:creator>j-bromp</dc:creator>
    <dc:date>2025-05-12T05:44:11Z</dc:date>
    <item>
      <title>Webhook payload not including DATE fields</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/webhook-payload-not-including-date-fields/m-p/1611072#M62375</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;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:&lt;/P&gt;&lt;P&gt;below is the payload returned&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;{
   "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"
}&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;Data in&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="DominicRobergeIADOT_0-1746193259776.png" style="width: 953px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/131350i5DC6F5444354D982/image-dimensions/953x180?v=v2" width="953" height="180" role="button" title="DominicRobergeIADOT_0-1746193259776.png" alt="DominicRobergeIADOT_0-1746193259776.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="DominicRobergeIADOT_1-1746193323522.png" style="width: 749px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/131352iB6E698D9475D367E/image-dimensions/749x472?v=v2" width="749" height="472" role="button" title="DominicRobergeIADOT_1-1746193323522.png" alt="DominicRobergeIADOT_1-1746193323522.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;So, what am I missing?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for any input&lt;/P&gt;</description>
      <pubDate>Fri, 02 May 2025 13:43:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/webhook-payload-not-including-date-fields/m-p/1611072#M62375</guid>
      <dc:creator>DominicRobergeIADOT</dc:creator>
      <dc:date>2025-05-02T13:43:11Z</dc:date>
    </item>
    <item>
      <title>Re: Webhook payload not including DATE fields</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/webhook-payload-not-including-date-fields/m-p/1611093#M62376</link>
      <description>&lt;P&gt;I don't believe that WebHooks send those system fields... As part of your workflow you could authenticate to your organization and query the layer to pull those system fields out though.&lt;/P&gt;</description>
      <pubDate>Fri, 02 May 2025 13:55:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/webhook-payload-not-including-date-fields/m-p/1611093#M62376</guid>
      <dc:creator>AustinAverill</dc:creator>
      <dc:date>2025-05-02T13:55:18Z</dc:date>
    </item>
    <item>
      <title>Re: Webhook payload not including DATE fields</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/webhook-payload-not-including-date-fields/m-p/1611105#M62377</link>
      <description>&lt;P&gt;ok, but I also have other DATE fields (not system fields) and those are not coming either&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="DominicRobergeIADOT_0-1746194648365.png" style="width: 673px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/131360iC1EA5757E7D499DF/image-dimensions/673x429?v=v2" width="673" height="429" role="button" title="DominicRobergeIADOT_0-1746194648365.png" alt="DominicRobergeIADOT_0-1746194648365.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="DominicRobergeIADOT_1-1746194775478.png" style="width: 670px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/131361i4FDE163345B473F1/image-dimensions/670x238?v=v2" width="670" height="238" role="button" title="DominicRobergeIADOT_1-1746194775478.png" alt="DominicRobergeIADOT_1-1746194775478.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 02 May 2025 14:06:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/webhook-payload-not-including-date-fields/m-p/1611105#M62377</guid>
      <dc:creator>DominicRobergeIADOT</dc:creator>
      <dc:date>2025-05-02T14:06:27Z</dc:date>
    </item>
    <item>
      <title>Re: Webhook payload not including DATE fields</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/webhook-payload-not-including-date-fields/m-p/1611109#M62378</link>
      <description>&lt;P&gt;Depending on your needs, another option could be to just add a calculated date field to your survey form so a date comes through with your attributes.&lt;/P&gt;&lt;P&gt;Scratch that, I didn't refresh prior to submitting and didn't see your reply.&amp;nbsp; However could that payload could be one of the entries with no dates supplied?&lt;/P&gt;</description>
      <pubDate>Fri, 02 May 2025 14:15:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/webhook-payload-not-including-date-fields/m-p/1611109#M62378</guid>
      <dc:creator>Neal_t_k</dc:creator>
      <dc:date>2025-05-02T14:15:32Z</dc:date>
    </item>
    <item>
      <title>Re: Webhook payload not including DATE fields</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/webhook-payload-not-including-date-fields/m-p/1611209#M62387</link>
      <description>&lt;P&gt;You might try checking some of the additional Event data boxes to see if one of those includes the submitted on and last edited on fields because while those are in the feature service, they may not be considered part of the submitted record because those are handled behind the scenes and not part of the survey itself.&amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 02 May 2025 18:02:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/webhook-payload-not-including-date-fields/m-p/1611209#M62387</guid>
      <dc:creator>TylerGraham2</dc:creator>
      <dc:date>2025-05-02T18:02:08Z</dc:date>
    </item>
    <item>
      <title>Re: Webhook payload not including DATE fields</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/webhook-payload-not-including-date-fields/m-p/1612679#M62498</link>
      <description>&lt;P&gt;try checking all of these:&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jbromp_0-1746677104669.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/131742i5028966AAA240B5F/image-size/medium?v=v2&amp;amp;px=400" role="button" title="jbromp_0-1746677104669.png" alt="jbromp_0-1746677104669.png" /&gt;&lt;/span&gt;&lt;BR /&gt;I just checked one of my payloads and i have created_date listed under the attributes:&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jbromp_1-1746677319588.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/131743i58E24E64E33F8B26/image-size/medium?v=v2&amp;amp;px=400" role="button" title="jbromp_1-1746677319588.png" alt="jbromp_1-1746677319588.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;I have them all enabled on mine:&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jbromp_2-1746677458731.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/131744iB4D7716765FCE605/image-size/medium?v=v2&amp;amp;px=400" role="button" title="jbromp_2-1746677458731.png" alt="jbromp_2-1746677458731.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 08 May 2025 04:11:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/webhook-payload-not-including-date-fields/m-p/1612679#M62498</guid>
      <dc:creator>j-bromp</dc:creator>
      <dc:date>2025-05-08T04:11:06Z</dc:date>
    </item>
    <item>
      <title>Re: Webhook payload not including DATE fields</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/webhook-payload-not-including-date-fields/m-p/1612838#M62515</link>
      <description>&lt;P&gt;well... never assume the obvious....&lt;/P&gt;&lt;P&gt;One issue was that the date fields were NOT included in the Survey (my bad I should have checked that first..I am taking over from a co-worker)....&lt;/P&gt;&lt;P&gt;But now, when I try to add these fields in the survey (read only) I get the following:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="DominicRobergeIADOT_0-1746717077727.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/131768i75BE757D50B92E03/image-size/medium?v=v2&amp;amp;px=400" role="button" title="DominicRobergeIADOT_0-1746717077727.png" alt="DominicRobergeIADOT_0-1746717077727.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I did enabled all the options listed above , but still no go.&lt;/P&gt;&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/719045"&gt;@j-bromp&lt;/a&gt;&amp;nbsp;, how to you have the Created_date field setup in the Survey Connect?&lt;/P&gt;</description>
      <pubDate>Thu, 08 May 2025 15:12:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/webhook-payload-not-including-date-fields/m-p/1612838#M62515</guid>
      <dc:creator>DominicRobergeIADOT</dc:creator>
      <dc:date>2025-05-08T15:12:52Z</dc:date>
    </item>
    <item>
      <title>Re: Webhook payload not including DATE fields</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/webhook-payload-not-including-date-fields/m-p/1612842#M62516</link>
      <description>&lt;P&gt;You can't add fields to a survey created from an existing feature service when publishing updates.&amp;nbsp; You need to go to the feature service either in the AGOL environment or in ArcGIS Pro and then add the field to the feature service.&amp;nbsp; You'll then be able to reference it when designing your form.&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 08 May 2025 15:21:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/webhook-payload-not-including-date-fields/m-p/1612842#M62516</guid>
      <dc:creator>TylerGraham2</dc:creator>
      <dc:date>2025-05-08T15:21:21Z</dc:date>
    </item>
    <item>
      <title>Re: Webhook payload not including DATE fields</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/webhook-payload-not-including-date-fields/m-p/1612858#M62517</link>
      <description>&lt;P&gt;well I know that, I enabled feature access on the feature service with the following options:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="DominicRobergeIADOT_0-1746717958886.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/131772iE47035DE49C4CAAF/image-size/medium?v=v2&amp;amp;px=400" role="button" title="DominicRobergeIADOT_0-1746717958886.png" alt="DominicRobergeIADOT_0-1746717958886.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I have the fields in the the feature service with values:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="DominicRobergeIADOT_1-1746718091530.png" style="width: 206px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/131774i1119442810F1EBB5/image-dimensions/206x217?v=v2" width="206" height="217" role="button" title="DominicRobergeIADOT_1-1746718091530.png" alt="DominicRobergeIADOT_1-1746718091530.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;If I don't add them to the survey, they are not returned in the payload.&lt;/P&gt;&lt;P&gt;I just need then hidden (or I could probably do with read only)&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="DominicRobergeIADOT_2-1746718493799.png" style="width: 583px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/131775i228674E6803A3977/image-dimensions/583x35?v=v2" width="583" height="35" role="button" title="DominicRobergeIADOT_2-1746718493799.png" alt="DominicRobergeIADOT_2-1746718493799.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 08 May 2025 15:35:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/webhook-payload-not-including-date-fields/m-p/1612858#M62517</guid>
      <dc:creator>DominicRobergeIADOT</dc:creator>
      <dc:date>2025-05-08T15:35:10Z</dc:date>
    </item>
    <item>
      <title>Re: Webhook payload not including DATE fields</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/webhook-payload-not-including-date-fields/m-p/1613547#M62558</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/366436"&gt;@DominicRobergeIADOT&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;&lt;BR /&gt;you might need to change the submission url in the settings tab of the survey to something like this:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://yourPortalUrl/server/rest/services/Hosted/service_yourService/FeatureServer" target="_blank"&gt;https://yourPortalUrl/server/rest/services/Hosted/service_yourService/FeatureServer&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;I have a bunch of date fields in my survey actually, one is a dateTime field that defaults to now(), and the others are utc offset corrections and formatted versions.&lt;/P&gt;</description>
      <pubDate>Mon, 12 May 2025 05:44:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/webhook-payload-not-including-date-fields/m-p/1613547#M62558</guid>
      <dc:creator>j-bromp</dc:creator>
      <dc:date>2025-05-12T05:44:11Z</dc:date>
    </item>
  </channel>
</rss>

