<?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: How to Populate automatically arrival time and departure time in ArcGIS Field Maps Questions</title>
    <link>https://community.esri.com/t5/arcgis-field-maps-questions/how-to-populate-automatically-arrival-time-and/m-p/1641974#M11269</link>
    <description>&lt;P&gt;I don't have the solution for you. But an idea. Similar to what&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/7474"&gt;@JoseSanchez&lt;/a&gt;&amp;nbsp;suggests. Using ArcGIS Workforce. But maybe not using it.&lt;/P&gt;&lt;P&gt;Workforce captures a start time by changing the Status field to Start. When a User changes this value, another filed is calculated with a timestamp of the change.&lt;/P&gt;&lt;P&gt;So, a User would toggle a Start value, which will log your start time.&lt;/P&gt;&lt;P&gt;Then the Submit button will capture the end time&lt;/P&gt;&lt;P&gt;Hope it works&lt;/P&gt;&lt;P&gt;Aaron&lt;/P&gt;</description>
    <pubDate>Thu, 14 Aug 2025 14:23:40 GMT</pubDate>
    <dc:creator>AaronPDXPaul</dc:creator>
    <dc:date>2025-08-14T14:23:40Z</dc:date>
    <item>
      <title>How to Populate automatically arrival time and departure time</title>
      <link>https://community.esri.com/t5/arcgis-field-maps-questions/how-to-populate-automatically-arrival-time-and/m-p/1641590#M11263</link>
      <description>&lt;P&gt;Good morning,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am looking for a way to populate automatically the time when an inspector starts an inspection with arrival time and when the inspections is completed with departure time.&lt;/P&gt;&lt;P&gt;How do I populate these fields automatically.&amp;nbsp;&lt;/P&gt;&lt;P&gt;For arrival time can populate when the form opens.&lt;/P&gt;&lt;P&gt;How to populate departure time, when the inspector finish the inspection? Is there a way to submit the form?&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Wed, 13 Aug 2025 15:58:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-field-maps-questions/how-to-populate-automatically-arrival-time-and/m-p/1641590#M11263</guid>
      <dc:creator>JoseSanchez</dc:creator>
      <dc:date>2025-08-13T15:58:14Z</dc:date>
    </item>
    <item>
      <title>Re: How to Populate automatically arrival time and departure time</title>
      <link>https://community.esri.com/t5/arcgis-field-maps-questions/how-to-populate-automatically-arrival-time-and/m-p/1641597#M11264</link>
      <description>&lt;P&gt;Hey&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/7474"&gt;@JoseSanchez&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is kind of a backwards solution/idea, when the user arrives at site, you can use an IIf(IsEmpty()) to check to see if there's a value in the start date field, then use Now() to get the date and populate once it's opened. Once submitted, if you have editor tracking turned on, once the submission occurs, the last_edited_date will be the date of the submission or finish. You may have more luck using Workforce for this, but it's being depreciated as it will tell you the start and end time, I believe Field Map tasks may pick this up, but I haven't used that yet!&lt;/P&gt;&lt;P&gt;Cody&lt;/P&gt;</description>
      <pubDate>Wed, 13 Aug 2025 16:11:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-field-maps-questions/how-to-populate-automatically-arrival-time-and/m-p/1641597#M11264</guid>
      <dc:creator>CodyPatterson</dc:creator>
      <dc:date>2025-08-13T16:11:09Z</dc:date>
    </item>
    <item>
      <title>Re: How to Populate automatically arrival time and departure time</title>
      <link>https://community.esri.com/t5/arcgis-field-maps-questions/how-to-populate-automatically-arrival-time-and/m-p/1641974#M11269</link>
      <description>&lt;P&gt;I don't have the solution for you. But an idea. Similar to what&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/7474"&gt;@JoseSanchez&lt;/a&gt;&amp;nbsp;suggests. Using ArcGIS Workforce. But maybe not using it.&lt;/P&gt;&lt;P&gt;Workforce captures a start time by changing the Status field to Start. When a User changes this value, another filed is calculated with a timestamp of the change.&lt;/P&gt;&lt;P&gt;So, a User would toggle a Start value, which will log your start time.&lt;/P&gt;&lt;P&gt;Then the Submit button will capture the end time&lt;/P&gt;&lt;P&gt;Hope it works&lt;/P&gt;&lt;P&gt;Aaron&lt;/P&gt;</description>
      <pubDate>Thu, 14 Aug 2025 14:23:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-field-maps-questions/how-to-populate-automatically-arrival-time-and/m-p/1641974#M11269</guid>
      <dc:creator>AaronPDXPaul</dc:creator>
      <dc:date>2025-08-14T14:23:40Z</dc:date>
    </item>
    <item>
      <title>Re: How to Populate automatically arrival time and departure time</title>
      <link>https://community.esri.com/t5/arcgis-field-maps-questions/how-to-populate-automatically-arrival-time-and/m-p/1641980#M11270</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/447857"&gt;@AaronPDXPaul&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is Workforce going to be deprecated?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What about this solution?&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/t5/arcgis-field-maps-questions/auto-filling-date-time-start-and-end-for-a/td-p/1608685" target="_blank" rel="noopener"&gt;Solved: Auto-filling date-time start and end for a polylin... - Esri Community&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 14 Aug 2025 14:38:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-field-maps-questions/how-to-populate-automatically-arrival-time-and/m-p/1641980#M11270</guid>
      <dc:creator>SanchezNuñez</dc:creator>
      <dc:date>2025-08-14T14:38:19Z</dc:date>
    </item>
    <item>
      <title>Re: How to Populate automatically arrival time and departure time</title>
      <link>https://community.esri.com/t5/arcgis-field-maps-questions/how-to-populate-automatically-arrival-time-and/m-p/1641992#M11271</link>
      <description>&lt;P&gt;The Logic in the solution link seems like it will work.&lt;/P&gt;&lt;P&gt;When a user opens the Form, it captures start time via cod shown.&lt;/P&gt;&lt;P&gt;When a user completes or Submits Form, it populates with submit date/time.&lt;/P&gt;&lt;P&gt;This is better than my suggestion, as no toggle of Status is needed, if it works.&lt;/P&gt;&lt;P&gt;Best f luck, looking forward to hearing if it works or not &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Aaron&lt;/P&gt;</description>
      <pubDate>Thu, 14 Aug 2025 14:47:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-field-maps-questions/how-to-populate-automatically-arrival-time-and/m-p/1641992#M11271</guid>
      <dc:creator>AaronPDXPaul</dc:creator>
      <dc:date>2025-08-14T14:47:06Z</dc:date>
    </item>
    <item>
      <title>Re: How to Populate automatically arrival time and departure time</title>
      <link>https://community.esri.com/t5/arcgis-field-maps-questions/how-to-populate-automatically-arrival-time-and/m-p/1642285#M11273</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/7474"&gt;@JoseSanchez&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I would start with what Cody suggested and use the IIf Empty then use Now() for arrival&amp;nbsp;&lt;/P&gt;&lt;P&gt;When departing you might want to have a field that users fill in when a job has been completed and the arcade would look something like the following:&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;SPAN&gt;1. Add a field called&amp;nbsp; with options like:&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;- Started&lt;/DIV&gt;&lt;DIV&gt;- Completed&lt;/DIV&gt;&lt;DIV&gt;2. Add a field called departure_time.&lt;/DIV&gt;&lt;DIV&gt;3. Use a Calculated Expression on&amp;nbsp; like:&lt;/DIV&gt;&lt;P&gt;When($feature.inspection_status == 'Completed', Now(), $feature.departure_time)&lt;/P&gt;&lt;P&gt;An alternative you could use a "Submit" button via conditional visibility&lt;/P&gt;&lt;P&gt;While Field Maps doesn’t support custom buttons, you can:&lt;BR /&gt;• Add a field called submit_inspection (boolean).&lt;BR /&gt;• When toggled to true, use an Arcade expression to populate departure_time .&lt;/P&gt;</description>
      <pubDate>Fri, 15 Aug 2025 10:43:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-field-maps-questions/how-to-populate-automatically-arrival-time-and/m-p/1642285#M11273</guid>
      <dc:creator>DanielFox1</dc:creator>
      <dc:date>2025-08-15T10:43:20Z</dc:date>
    </item>
  </channel>
</rss>

