<?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 Show Most Recent Data Point w/ Dynamic Text Widget in ArcGIS Experience Builder Questions</title>
    <link>https://community.esri.com/t5/arcgis-experience-builder-questions/show-most-recent-data-point-w-dynamic-text-widget/m-p/1500037#M13479</link>
    <description>&lt;P&gt;Is it possible to show the most recent data point using the dynamic text widget?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="MFazio_0-1719861363859.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/108495iB98A778AB4F15380/image-size/medium?v=v2&amp;amp;px=400" role="button" title="MFazio_0-1719861363859.png" alt="MFazio_0-1719861363859.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;TIA!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 01 Jul 2024 19:17:18 GMT</pubDate>
    <dc:creator>MFazio</dc:creator>
    <dc:date>2024-07-01T19:17:18Z</dc:date>
    <item>
      <title>Show Most Recent Data Point w/ Dynamic Text Widget</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/show-most-recent-data-point-w-dynamic-text-widget/m-p/1500037#M13479</link>
      <description>&lt;P&gt;Is it possible to show the most recent data point using the dynamic text widget?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="MFazio_0-1719861363859.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/108495iB98A778AB4F15380/image-size/medium?v=v2&amp;amp;px=400" role="button" title="MFazio_0-1719861363859.png" alt="MFazio_0-1719861363859.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;TIA!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 01 Jul 2024 19:17:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/show-most-recent-data-point-w-dynamic-text-widget/m-p/1500037#M13479</guid>
      <dc:creator>MFazio</dc:creator>
      <dc:date>2024-07-01T19:17:18Z</dc:date>
    </item>
    <item>
      <title>Re: Show Most Recent Data Point w/ Dynamic Text Widget</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/show-most-recent-data-point-w-dynamic-text-widget/m-p/1501424#M13566</link>
      <description>&lt;P&gt;Hi&amp;nbsp;MFazio,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Text Widget doesn't support this now. Once we have the solution, I will let you know.&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 04 Jul 2024 02:38:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/show-most-recent-data-point-w-dynamic-text-widget/m-p/1501424#M13566</guid>
      <dc:creator>Ke_Xu</dc:creator>
      <dc:date>2024-07-04T02:38:48Z</dc:date>
    </item>
    <item>
      <title>Re: Show Most Recent Data Point w/ Dynamic Text Widget</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/show-most-recent-data-point-w-dynamic-text-widget/m-p/1629200#M19685</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/675570"&gt;@MFazio&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;The text widget supports Arcade expression in the June 2025 AGOL release.&lt;/P&gt;&lt;P&gt;You can use a similar script as the following:&lt;/P&gt;&lt;LI-CODE lang="c"&gt;var fs = $dataSources["dataSource_id"].layer;
var sorted = OrderBy(fs, "date_field DESC");
var fpt = First(sorted);

return fpt.date_field;&lt;/LI-CODE&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Shengdi&lt;/P&gt;</description>
      <pubDate>Wed, 02 Jul 2025 04:34:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/show-most-recent-data-point-w-dynamic-text-widget/m-p/1629200#M19685</guid>
      <dc:creator>ShengdiZhang</dc:creator>
      <dc:date>2025-07-02T04:34:04Z</dc:date>
    </item>
  </channel>
</rss>

