<?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: Arcade: GetFeatureSetInfo function not defined error in Developers Questions</title>
    <link>https://community.esri.com/t5/developers-questions/arcade-getfeaturesetinfo-function-not-defined/m-p/1236888#M6433</link>
    <description>&lt;P&gt;&lt;A href="https://developers.arcgis.com/arcade/guide/release-notes/" target="_blank"&gt;Release notes | ArcGIS Arcade | ArcGIS Developers&lt;/A&gt;&lt;/P&gt;&lt;P&gt;new as of arcade 1.18 April 2022&lt;/P&gt;&lt;P&gt;perhaps yours isn't up to date&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 01 Dec 2022 17:44:27 GMT</pubDate>
    <dc:creator>DanPatterson</dc:creator>
    <dc:date>2022-12-01T17:44:27Z</dc:date>
    <item>
      <title>Arcade: GetFeatureSetInfo function not defined error</title>
      <link>https://community.esri.com/t5/developers-questions/arcade-getfeaturesetinfo-function-not-defined/m-p/1236661#M6430</link>
      <description>&lt;P&gt;No matter the profile I use the GetFeatureSetInfo function returns a function not defined error in ArcGIS Online and the Arcade play ground.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="JustinReynolds_0-1669853023893.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/57309i6FBFCBD62D0CCAAF/image-size/medium?v=v2&amp;amp;px=400" role="button" title="JustinReynolds_0-1669853023893.png" alt="JustinReynolds_0-1669853023893.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 01 Dec 2022 00:05:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/developers-questions/arcade-getfeaturesetinfo-function-not-defined/m-p/1236661#M6430</guid>
      <dc:creator>JustinReynolds</dc:creator>
      <dc:date>2022-12-01T00:05:55Z</dc:date>
    </item>
    <item>
      <title>Re: Arcade: GetFeatureSetInfo function not defined error</title>
      <link>https://community.esri.com/t5/developers-questions/arcade-getfeaturesetinfo-function-not-defined/m-p/1236740#M6431</link>
      <description>&lt;P&gt;&lt;A href="https://developers.arcgis.com/arcade/function-reference/featureset_functions/#getfeaturesetinfo" target="_blank" rel="noopener"&gt;FeatureSet functions | ArcGIS Arcade | ArcGIS Developers&lt;/A&gt;&lt;/P&gt;&lt;P&gt;says&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;$layer originates from a feature service layer in a web map&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;is that the case? or should it be&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;$featureset originates from a feature class in a filegdb or mobilegdb&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;GetFeatureSetInfo($featureset)&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 01 Dec 2022 10:28:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/developers-questions/arcade-getfeaturesetinfo-function-not-defined/m-p/1236740#M6431</guid>
      <dc:creator>DanPatterson</dc:creator>
      <dc:date>2022-12-01T10:28:37Z</dc:date>
    </item>
    <item>
      <title>Re: Arcade: GetFeatureSetInfo function not defined error</title>
      <link>https://community.esri.com/t5/developers-questions/arcade-getfeaturesetinfo-function-not-defined/m-p/1236834#M6432</link>
      <description>&lt;P&gt;Hey Dan,&lt;/P&gt;&lt;P&gt;Yes, the $layer&amp;nbsp;&lt;SPAN&gt;originates from a feature service layer in a web map (it is a hosted feature service in AGOL).&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Passing invalid arguments wouldn't present an error until code execution.&lt;BR /&gt;&lt;BR /&gt;In this case, it just can't find the built-in function.&amp;nbsp; It never makes it to the point of checking for missing arguments because it doesn't recognize that the function exists (in a profile that supports said function).&lt;/P&gt;&lt;P&gt;In the new Arcade Editor, you don't see an issue until the code tries to compile.&amp;nbsp; Then you get the compilation error: "&lt;SPAN&gt;Compilation error - Line : x, y: Function not found".&amp;nbsp; It like calling a user defined function before you define it.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Is this function just Broken at the moment?&amp;nbsp; I think it might be.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 01 Dec 2022 15:58:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/developers-questions/arcade-getfeaturesetinfo-function-not-defined/m-p/1236834#M6432</guid>
      <dc:creator>JustinReynolds</dc:creator>
      <dc:date>2022-12-01T15:58:41Z</dc:date>
    </item>
    <item>
      <title>Re: Arcade: GetFeatureSetInfo function not defined error</title>
      <link>https://community.esri.com/t5/developers-questions/arcade-getfeaturesetinfo-function-not-defined/m-p/1236888#M6433</link>
      <description>&lt;P&gt;&lt;A href="https://developers.arcgis.com/arcade/guide/release-notes/" target="_blank"&gt;Release notes | ArcGIS Arcade | ArcGIS Developers&lt;/A&gt;&lt;/P&gt;&lt;P&gt;new as of arcade 1.18 April 2022&lt;/P&gt;&lt;P&gt;perhaps yours isn't up to date&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 01 Dec 2022 17:44:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/developers-questions/arcade-getfeaturesetinfo-function-not-defined/m-p/1236888#M6433</guid>
      <dc:creator>DanPatterson</dc:creator>
      <dc:date>2022-12-01T17:44:27Z</dc:date>
    </item>
    <item>
      <title>Re: Arcade: GetFeatureSetInfo function not defined error</title>
      <link>https://community.esri.com/t5/developers-questions/arcade-getfeaturesetinfo-function-not-defined/m-p/1237005#M6435</link>
      <description>&lt;P&gt;Yea I saw that as well.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;This is the same error that you would get if you tried to use an Arcade function that isn't supported in your current Arcade version.&lt;/P&gt;&lt;P&gt;So, I would expect to have this&amp;nbsp; issue in Enterprise (since we are using 10.9.1), but in this case I'm in AGOL, which should always be current. AGOL should be using Arcade 1.20 (November Release).&lt;/P&gt;&lt;P&gt;This issue is also present in the ArcGIS Arcade Playground if you want to test it out there.&lt;/P&gt;</description>
      <pubDate>Thu, 01 Dec 2022 20:59:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/developers-questions/arcade-getfeaturesetinfo-function-not-defined/m-p/1237005#M6435</guid>
      <dc:creator>JustinReynolds</dc:creator>
      <dc:date>2022-12-01T20:59:46Z</dc:date>
    </item>
    <item>
      <title>Re: Arcade: GetFeatureSetInfo function not defined error</title>
      <link>https://community.esri.com/t5/developers-questions/arcade-getfeaturesetinfo-function-not-defined/m-p/1241810#M6442</link>
      <description>&lt;P&gt;ESRI was able to reproduce the issue and it has been logged as a bug.&amp;nbsp;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;BUG-000154538&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="JustinReynolds_0-1671148393864.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/58696i0C5CB97437E21687/image-size/medium?v=v2&amp;amp;px=400" role="button" title="JustinReynolds_0-1671148393864.png" alt="JustinReynolds_0-1671148393864.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 16 Dec 2022 03:38:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/developers-questions/arcade-getfeaturesetinfo-function-not-defined/m-p/1241810#M6442</guid>
      <dc:creator>JustinReynolds</dc:creator>
      <dc:date>2022-12-16T03:38:58Z</dc:date>
    </item>
    <item>
      <title>Re: Arcade: GetFeatureSetInfo function not defined error</title>
      <link>https://community.esri.com/t5/developers-questions/arcade-getfeaturesetinfo-function-not-defined/m-p/1269224#M6530</link>
      <description>&lt;P&gt;Justin,&lt;/P&gt;&lt;P&gt;Any updates on this bug? I'm running into this same issue with ArcGIS Online. I'm stuck at the moment without this functionality. Just curious if this will be making its way into the next update by any chance.&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Sat, 18 Mar 2023 18:12:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/developers-questions/arcade-getfeaturesetinfo-function-not-defined/m-p/1269224#M6530</guid>
      <dc:creator>JoeEastman1</dc:creator>
      <dc:date>2023-03-18T18:12:36Z</dc:date>
    </item>
    <item>
      <title>Re: Arcade: GetFeatureSetInfo function not defined error</title>
      <link>https://community.esri.com/t5/developers-questions/arcade-getfeaturesetinfo-function-not-defined/m-p/1485285#M7068</link>
      <description>&lt;P&gt;The bug is listed at&amp;nbsp;&lt;A href="https://support.esri.com/en-us/bug/the-getfeaturesetinfo-function-returns-the-error-messag-bug-000154538" target="_blank"&gt;BUG-000154538 for ArcGIS Online (esri.com)&lt;/A&gt;&amp;nbsp;but now shows the "&lt;SPAN&gt;Non-Reproducible" status. It does not seem to be throwing the error in the &lt;A href="https://developers.arcgis.com/arcade/playground/" target="_blank"&gt;Playground | ArcGIS Arcade | ArcGIS Developers&lt;/A&gt;&amp;nbsp;anymore, so it makes sense given the bug is associated with ArcGIS Online.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;However, it is giving me&amp;nbsp;&lt;EM&gt;&lt;STRONG&gt;Compilation error - Function not found&lt;/STRONG&gt;&lt;/EM&gt; on the GetFeatureSetInfo function in Enterprise 11.1 (Arcade &lt;A href="https://developers.arcgis.com/arcade/guide/release-notes/#version-120" target="_blank"&gt;1.20,&lt;/A&gt;&amp;nbsp;where the function was introduced at &lt;A href="https://developers.arcgis.com/arcade/guide/release-notes/#version-118" target="_blank"&gt;1.18&lt;/A&gt;). So it looks like we may have to submit a separate bug report on it.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/667667"&gt;@JoeEastman1&lt;/a&gt;&amp;nbsp;it should be fixed already if you're on ArcGIS Online.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 05 Jun 2024 12:08:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/developers-questions/arcade-getfeaturesetinfo-function-not-defined/m-p/1485285#M7068</guid>
      <dc:creator>Alex_at_Exprodat</dc:creator>
      <dc:date>2024-06-05T12:08:05Z</dc:date>
    </item>
    <item>
      <title>Re: Arcade: GetFeatureSetInfo function not defined error</title>
      <link>https://community.esri.com/t5/developers-questions/arcade-getfeaturesetinfo-function-not-defined/m-p/1485337#M7069</link>
      <description>&lt;P&gt;It looks like they waited 18 months to try to reproduce it; had they not waited perhaps they would have been able to.&amp;nbsp; The last updated date is April 9, 2024.&lt;BR /&gt;&lt;BR /&gt;11.1 came out a year ago and my guess is that the function was not fixed at that point in AGO so the fix didn't make it there.&amp;nbsp; Perhaps someone on 11.2 could check if it has been fixed at that release.&amp;nbsp; 11.3 was just released, so if not in 11.2 maybe in 11.3.&lt;BR /&gt;&lt;BR /&gt;Unfortunately we are still at 11.1.&lt;/P&gt;</description>
      <pubDate>Wed, 05 Jun 2024 13:20:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/developers-questions/arcade-getfeaturesetinfo-function-not-defined/m-p/1485337#M7069</guid>
      <dc:creator>JustinReynolds</dc:creator>
      <dc:date>2024-06-05T13:20:10Z</dc:date>
    </item>
    <item>
      <title>Re: Arcade: GetFeatureSetInfo function not defined error</title>
      <link>https://community.esri.com/t5/developers-questions/arcade-getfeaturesetinfo-function-not-defined/m-p/1564833#M7354</link>
      <description>&lt;P&gt;As a user of Enterprise 11.2, this still appears to be an issue.&lt;/P&gt;</description>
      <pubDate>Wed, 04 Dec 2024 19:01:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/developers-questions/arcade-getfeaturesetinfo-function-not-defined/m-p/1564833#M7354</guid>
      <dc:creator>LorenHutchins</dc:creator>
      <dc:date>2024-12-04T19:01:46Z</dc:date>
    </item>
  </channel>
</rss>

