<?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: &amp;quot;Start Date&amp;quot; not populating when user changes status from &amp;quot;Not Started&amp;quot; to &amp;quot;In Progress&amp;quot; in ArcGIS Field Maps Questions</title>
    <link>https://community.esri.com/t5/arcgis-field-maps-questions/quot-start-date-quot-not-populating-when-user/m-p/1697951#M12625</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/66627"&gt;@apgis16&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;DateOnly fields should work for your start and end date fields, with automatic calculations, after you update to Field Maps 26.1.1. The "What's New" article you originally posted was from March 2026 when Field Maps 26.1 was originally released, not for version 25.3.&lt;/P&gt;&lt;P&gt;I just did a quick test and created DateOnly start date and end date fields and used two different arcade expressions - Today() and DateOnly(Today()) and they both calculated successfully from a Tasks edit action.&lt;/P&gt;&lt;P&gt;If you update to the newest version of Field Maps and it still doesn't work, please let us know.&lt;/P&gt;&lt;P&gt;Chris&lt;/P&gt;</description>
    <pubDate>Thu, 23 Apr 2026 14:22:17 GMT</pubDate>
    <dc:creator>ChrisDunn1</dc:creator>
    <dc:date>2026-04-23T14:22:17Z</dc:date>
    <item>
      <title>"Start Date" not populating when user changes status from "Not Started" to "In Progress"</title>
      <link>https://community.esri.com/t5/arcgis-field-maps-questions/quot-start-date-quot-not-populating-when-user/m-p/1697624#M12618</link>
      <description>&lt;P data-unlink="true"&gt;&lt;FONT color="#333399"&gt;&lt;EM&gt;**UPDATE:&amp;nbsp;Just came across this from Esri:&amp;nbsp;&lt;A href="https://support.esri.com/en-us/knowledge-base/error-arcgis-field-maps-domain-com-esri-arcgis-runtime--000031889" target="_self"&gt;https://support.esri.com/en-us/knowledge-base/error-arcgis-field-maps-domain-com-esri-arcgis-runtime--000031889&lt;/A&gt;.&amp;nbsp;&amp;nbsp;In the meantime, I am just going to turn them back into DateTime fields.&lt;/EM&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P data-unlink="true"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I created 2 fields: &lt;EM&gt;&lt;STRONG&gt;esritask_startdate&lt;/STRONG&gt;&lt;/EM&gt; and &lt;STRONG&gt;&lt;EM&gt;esritask_enddate&lt;/EM&gt;&lt;/STRONG&gt;. I wanted to add an automatic update field on each one for when the user changes the status (just how the default task configuration is set up). When I test this out in field maps, nothing gets populated in either date field when I change the status. The expression I have on both is just &lt;STRONG&gt;&lt;EM&gt;today()&lt;/EM&gt;&lt;/STRONG&gt;. Could this be because it is a Date Only field?&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="apgis16_0-1776866537923.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/151373i07B63744F45F87BA/image-size/medium?v=v2&amp;amp;px=400" role="button" title="apgis16_0-1776866537923.png" alt="apgis16_0-1776866537923.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;P.S. why are Date Only fields still an issue? I want to make the &lt;EM&gt;&lt;STRONG&gt;esritask_duedate&lt;/STRONG&gt;&lt;/EM&gt; a Date Only field and it still isn't supported in Field Maps. I am on Field Maps 25.3.0 and according to &lt;A href="https://www.esri.com/arcgis-blog/products/field-maps/field-mobility/whats-new-in-arcgis-field-maps-february-2026" target="_blank" rel="noopener"&gt;this article&lt;/A&gt;, it should support Date Only fields.&lt;/P&gt;</description>
      <pubDate>Wed, 22 Apr 2026 14:48:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-field-maps-questions/quot-start-date-quot-not-populating-when-user/m-p/1697624#M12618</guid>
      <dc:creator>apgis16</dc:creator>
      <dc:date>2026-04-22T14:48:46Z</dc:date>
    </item>
    <item>
      <title>Re: "Start Date" not populating when user changes status from "Not Started" to "In Progress"</title>
      <link>https://community.esri.com/t5/arcgis-field-maps-questions/quot-start-date-quot-not-populating-when-user/m-p/1697625#M12619</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/66627"&gt;@apgis16&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;One thing you can try is simply passing &lt;SPAN&gt;DateOnly&lt;/SPAN&gt;&lt;SPAN&gt;()&lt;/SPAN&gt; to see if that works. The today function returns date and time so that might be the issue. If you want to use date from Today() then you will need to parse each portion and return the date only of the current date.&lt;/P&gt;</description>
      <pubDate>Wed, 22 Apr 2026 14:23:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-field-maps-questions/quot-start-date-quot-not-populating-when-user/m-p/1697625#M12619</guid>
      <dc:creator>RPGIS</dc:creator>
      <dc:date>2026-04-22T14:23:30Z</dc:date>
    </item>
    <item>
      <title>Re: "Start Date" not populating when user changes status from "Not Started" to "In Progress"</title>
      <link>https://community.esri.com/t5/arcgis-field-maps-questions/quot-start-date-quot-not-populating-when-user/m-p/1697636#M12620</link>
      <description>&lt;P&gt;Thank you! Just tried that and saw no errors but when I check the record, it's blank. I also just found this from Esri................:&amp;nbsp;&lt;A href="https://support.esri.com/en-us/knowledge-base/error-arcgis-field-maps-domain-com-esri-arcgis-runtime--000031889" target="_self"&gt;https://support.esri.com/en-us/knowledge-base/error-arcgis-field-maps-domain-com-esri-arcgis-runtime--000031889&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 22 Apr 2026 14:39:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-field-maps-questions/quot-start-date-quot-not-populating-when-user/m-p/1697636#M12620</guid>
      <dc:creator>apgis16</dc:creator>
      <dc:date>2026-04-22T14:39:48Z</dc:date>
    </item>
    <item>
      <title>Re: "Start Date" not populating when user changes status from "Not Started" to "In Progress"</title>
      <link>https://community.esri.com/t5/arcgis-field-maps-questions/quot-start-date-quot-not-populating-when-user/m-p/1697646#M12621</link>
      <description>&lt;P&gt;Can you possibly break down the steps you are taking to see whether the issue is upon starting an edit session? It might be that is waiting for trigger in order for those fields to populate but I would need to test and see if that is an issue upon either editing or starting an edit session.&lt;/P&gt;&lt;P&gt;Try also simply adding &lt;STRONG&gt;return DateOnly(Today()) &lt;/STRONG&gt;or some combination&amp;nbsp;to see if that comes up with anything.&lt;/P&gt;</description>
      <pubDate>Wed, 22 Apr 2026 15:11:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-field-maps-questions/quot-start-date-quot-not-populating-when-user/m-p/1697646#M12621</guid>
      <dc:creator>RPGIS</dc:creator>
      <dc:date>2026-04-22T15:11:16Z</dc:date>
    </item>
    <item>
      <title>Re: "Start Date" not populating when user changes status from "Not Started" to "In Progress"</title>
      <link>https://community.esri.com/t5/arcgis-field-maps-questions/quot-start-date-quot-not-populating-when-user/m-p/1697951#M12625</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/66627"&gt;@apgis16&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;DateOnly fields should work for your start and end date fields, with automatic calculations, after you update to Field Maps 26.1.1. The "What's New" article you originally posted was from March 2026 when Field Maps 26.1 was originally released, not for version 25.3.&lt;/P&gt;&lt;P&gt;I just did a quick test and created DateOnly start date and end date fields and used two different arcade expressions - Today() and DateOnly(Today()) and they both calculated successfully from a Tasks edit action.&lt;/P&gt;&lt;P&gt;If you update to the newest version of Field Maps and it still doesn't work, please let us know.&lt;/P&gt;&lt;P&gt;Chris&lt;/P&gt;</description>
      <pubDate>Thu, 23 Apr 2026 14:22:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-field-maps-questions/quot-start-date-quot-not-populating-when-user/m-p/1697951#M12625</guid>
      <dc:creator>ChrisDunn1</dc:creator>
      <dc:date>2026-04-23T14:22:17Z</dc:date>
    </item>
  </channel>
</rss>

