<?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: Date/time field values not displaying in Dynamic Content in ArcGIS Experience Builder Questions</title>
    <link>https://community.esri.com/t5/arcgis-experience-builder-questions/date-time-field-values-not-displaying-in-dynamic/m-p/1510311#M13881</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/766971"&gt;@Ke_Xu&lt;/a&gt;, I found the issue! It was indeed related to the Field settings on the layer(s) I was having problems with. Here's what I did:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;TL;DR&amp;nbsp;&lt;/STRONG&gt;Experience Builder Text widget needs to add a fallback default date/time format to apply to date/time fields when a field doesn't have a `format` explicitly defined.&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;I dug through the stack trace for the `Invalid data format undefined` error from the screenshot in my post, and realized that the function responsible for displaying the data in the correct format was being passed `undefined` as the format key, which obviously is not a known `ESRI_DATE_FORMAT_MAP` key.&amp;nbsp;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="fdeters_0-1721943022702.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/110705i42CA322580E9BE0B/image-size/medium?v=v2&amp;amp;px=400" role="button" title="fdeters_0-1721943022702.png" alt="fdeters_0-1721943022702.png" /&gt;&lt;/span&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;I realized this must mean there is somewhere in the layer where Experience Builder is looking for a date format and isn't finding one.&amp;nbsp;&lt;EM&gt;(I think this is a real problem - there should be fallback behavior when it can't find a date format, not just a blank display.)&lt;/EM&gt; So, I went to the Visualization tab on the Item Details page in AGOL for the Feature Layer I'm working with, and changed both the date and time format settings to a random option, then back to the default so that it would hopefully record it as a custom setting.&amp;nbsp;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="fdeters_1-1721943245960.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/110706iB48708FA38D82983/image-size/medium?v=v2&amp;amp;px=400" role="button" title="fdeters_1-1721943245960.png" alt="fdeters_1-1721943245960.png" /&gt;&lt;/span&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;Then, I saved the changes to the Feature Layer, and I saw this new `format` key show up in the JSON for that field in the Feature Layer (the `format` key was not there before I did step #2):&amp;nbsp;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="fdeters_4-1721943371389.png" style="width: 999px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/110709iF3FDB824059D5A11/image-size/large?v=v2&amp;amp;px=999" role="button" title="fdeters_4-1721943371389.png" alt="fdeters_4-1721943371389.png" /&gt;&lt;/span&gt;&lt;/LI&gt;&lt;LI&gt;This worked! I can now see the date in the Text widget in my Experience:&amp;nbsp;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="fdeters_5-1721943500318.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/110710i95FAE5386AB1D1DA/image-size/medium?v=v2&amp;amp;px=400" role="button" title="fdeters_5-1721943500318.png" alt="fdeters_5-1721943500318.png" /&gt;&lt;/span&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Edit:&amp;nbsp;&lt;/STRONG&gt;I also had to make the same changes to the Field date format settings in the Web Map I'm using the Feature Layer in for the date to show up in the EB Text Widget.&lt;/P&gt;</description>
    <pubDate>Thu, 25 Jul 2024 21:51:01 GMT</pubDate>
    <dc:creator>fdeters</dc:creator>
    <dc:date>2024-07-25T21:51:01Z</dc:date>
    <item>
      <title>Date/time field values not displaying in Dynamic Content</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/date-time-field-values-not-displaying-in-dynamic/m-p/1508825#M13837</link>
      <description>&lt;P&gt;I'm running into an issue with using date/time fields in Dynamic Content in Text widgets in AGOL Experience Builder:&amp;nbsp;&lt;STRONG&gt;When I use any date/time field as the source for a Dynamic Content value, the value does not display.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;I know the values are there, because they show in popups and I can successfully use them to sort a List widget connected to the data. So I end up with a situation where there is a List widget with Text in the list item, both widgets are connected to the same data source, the List is sorted using a date/time field, and that same field does not show up when I use it as dynamic content in the Text widget.&lt;/P&gt;&lt;P&gt;This same issue is happening for every date/time field in the layer, as far as I can tell.&lt;/P&gt;&lt;P&gt;I saw a lot of posts about date/time values showing up without the time portion (not the problem I'm having), which was usually fixed by editing the layer's Field settings in a web map. I've checked the Field settings for multiple date/time fields in this layer, and they seem to be okay.&lt;/P&gt;&lt;P&gt;Bonus clue: I get this error in the browser console:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="fdeters_0-1721762060191.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/110410i079FF5F50E16936E/image-size/medium?v=v2&amp;amp;px=400" role="button" title="fdeters_0-1721762060191.png" alt="fdeters_0-1721762060191.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Has anyone else experienced this? Any suggested fixes?&lt;/P&gt;</description>
      <pubDate>Tue, 23 Jul 2024 19:19:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/date-time-field-values-not-displaying-in-dynamic/m-p/1508825#M13837</guid>
      <dc:creator>fdeters</dc:creator>
      <dc:date>2024-07-23T19:19:11Z</dc:date>
    </item>
    <item>
      <title>Re: Date/time field values not displaying in Dynamic Content</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/date-time-field-values-not-displaying-in-dynamic/m-p/1509143#M13848</link>
      <description>&lt;P&gt;Hi&amp;nbsp;fdeters,&lt;/P&gt;&lt;P&gt;I couldn't reproduce this issue. Could you share an App for us to troubleshoot this issue?&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Ke_Xu_0-1721815139118.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/110477iA0BAD175F40D4132/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Ke_Xu_0-1721815139118.png" alt="Ke_Xu_0-1721815139118.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Ke&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 24 Jul 2024 09:59:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/date-time-field-values-not-displaying-in-dynamic/m-p/1509143#M13848</guid>
      <dc:creator>Ke_Xu</dc:creator>
      <dc:date>2024-07-24T09:59:09Z</dc:date>
    </item>
    <item>
      <title>Re: Date/time field values not displaying in Dynamic Content</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/date-time-field-values-not-displaying-in-dynamic/m-p/1510311#M13881</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/766971"&gt;@Ke_Xu&lt;/a&gt;, I found the issue! It was indeed related to the Field settings on the layer(s) I was having problems with. Here's what I did:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;TL;DR&amp;nbsp;&lt;/STRONG&gt;Experience Builder Text widget needs to add a fallback default date/time format to apply to date/time fields when a field doesn't have a `format` explicitly defined.&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;I dug through the stack trace for the `Invalid data format undefined` error from the screenshot in my post, and realized that the function responsible for displaying the data in the correct format was being passed `undefined` as the format key, which obviously is not a known `ESRI_DATE_FORMAT_MAP` key.&amp;nbsp;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="fdeters_0-1721943022702.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/110705i42CA322580E9BE0B/image-size/medium?v=v2&amp;amp;px=400" role="button" title="fdeters_0-1721943022702.png" alt="fdeters_0-1721943022702.png" /&gt;&lt;/span&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;I realized this must mean there is somewhere in the layer where Experience Builder is looking for a date format and isn't finding one.&amp;nbsp;&lt;EM&gt;(I think this is a real problem - there should be fallback behavior when it can't find a date format, not just a blank display.)&lt;/EM&gt; So, I went to the Visualization tab on the Item Details page in AGOL for the Feature Layer I'm working with, and changed both the date and time format settings to a random option, then back to the default so that it would hopefully record it as a custom setting.&amp;nbsp;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="fdeters_1-1721943245960.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/110706iB48708FA38D82983/image-size/medium?v=v2&amp;amp;px=400" role="button" title="fdeters_1-1721943245960.png" alt="fdeters_1-1721943245960.png" /&gt;&lt;/span&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;Then, I saved the changes to the Feature Layer, and I saw this new `format` key show up in the JSON for that field in the Feature Layer (the `format` key was not there before I did step #2):&amp;nbsp;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="fdeters_4-1721943371389.png" style="width: 999px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/110709iF3FDB824059D5A11/image-size/large?v=v2&amp;amp;px=999" role="button" title="fdeters_4-1721943371389.png" alt="fdeters_4-1721943371389.png" /&gt;&lt;/span&gt;&lt;/LI&gt;&lt;LI&gt;This worked! I can now see the date in the Text widget in my Experience:&amp;nbsp;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="fdeters_5-1721943500318.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/110710i95FAE5386AB1D1DA/image-size/medium?v=v2&amp;amp;px=400" role="button" title="fdeters_5-1721943500318.png" alt="fdeters_5-1721943500318.png" /&gt;&lt;/span&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Edit:&amp;nbsp;&lt;/STRONG&gt;I also had to make the same changes to the Field date format settings in the Web Map I'm using the Feature Layer in for the date to show up in the EB Text Widget.&lt;/P&gt;</description>
      <pubDate>Thu, 25 Jul 2024 21:51:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/date-time-field-values-not-displaying-in-dynamic/m-p/1510311#M13881</guid>
      <dc:creator>fdeters</dc:creator>
      <dc:date>2024-07-25T21:51:01Z</dc:date>
    </item>
    <item>
      <title>Re: Date/time field values not displaying in Dynamic Content</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/date-time-field-values-not-displaying-in-dynamic/m-p/1668626#M21778</link>
      <description>&lt;P&gt;Thank you for posting your detailed solution.&amp;nbsp;&lt;/P&gt;&lt;P&gt;This was my exact issue, and your fix was very helpful! I did have to adjust the date/time settings in the map viewer &amp;gt; layer &amp;gt; fields , instead of the data visualization tab, but I made the same change and it ended up working! My Experience builder now picks up the time.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks again!!&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 25 Nov 2025 20:51:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/date-time-field-values-not-displaying-in-dynamic/m-p/1668626#M21778</guid>
      <dc:creator>yrpEH</dc:creator>
      <dc:date>2025-11-25T20:51:26Z</dc:date>
    </item>
  </channel>
</rss>

