<?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: Get Selected Features in Custom Widget in ArcGIS Experience Builder Questions</title>
    <link>https://community.esri.com/t5/arcgis-experience-builder-questions/get-selected-features-in-custom-widget/m-p/1089641#M2610</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/476778"&gt;@AdrianAkbariNet4s&lt;/a&gt;&amp;nbsp;, thanks for your response. Yes, that's what I'm trying to do. I will give it a try, though I don't think storing the selected features on the state will work, since that object will be updated from another widget, it won't trigger a component update on my widget.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I imagine there is a way to "listen" to selection changes in a data source, but can't figure out how. The documentation is minimal on this.&lt;/P&gt;&lt;P&gt;I've posted this as a separate question now:&amp;nbsp;&lt;A href="https://community.esri.com/t5/arcgis-experience-builder-questions/react-to-change-in-selection-on-data-source-from/m-p/1089470" target="_blank" rel="noopener"&gt;https://community.esri.com/t5/arcgis-experience-builder-questions/react-to-change-in-selection-on-data-source-from/m-p/1089470&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;Alejandro&lt;/P&gt;</description>
    <pubDate>Tue, 17 Aug 2021 16:01:45 GMT</pubDate>
    <dc:creator>AlejandroMari1</dc:creator>
    <dc:date>2021-08-17T16:01:45Z</dc:date>
    <item>
      <title>Get Selected Features in Custom Widget</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/get-selected-features-in-custom-widget/m-p/1049525#M1774</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;&lt;P&gt;How can I create a custom widget in experience builder that takes the current selected features from the standard selection tool?&lt;/P&gt;&lt;P&gt;I have read the docs and looked at the sample repos but I still cant manage to do it. Any help is appreciated jimu documentation is not really helping.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 21 Apr 2021 13:00:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/get-selected-features-in-custom-widget/m-p/1049525#M1774</guid>
      <dc:creator>AdrianAkbariNet4s</dc:creator>
      <dc:date>2021-04-21T13:00:11Z</dc:date>
    </item>
    <item>
      <title>Re: Get Selected Features in Custom Widget</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/get-selected-features-in-custom-widget/m-p/1049797#M1777</link>
      <description>&lt;P&gt;Can you describe your workflow? What is the behavior after you get the selected features? Do you use those in another widget? I think a better approach would be to use the query widget with the draw tool to get the features inside the drawn shape which generates an output data source. Then you could use that output data source in other widgets. The 1.4 release of the dev edition will have the query widget as well as samples on how to use an output data source if you need to use that in another custom widget.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;David&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 21 Apr 2021 20:00:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/get-selected-features-in-custom-widget/m-p/1049797#M1777</guid>
      <dc:creator>DavidMartinez</dc:creator>
      <dc:date>2021-04-21T20:00:04Z</dc:date>
    </item>
    <item>
      <title>Re: Get Selected Features in Custom Widget</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/get-selected-features-in-custom-widget/m-p/1049984#M1778</link>
      <description>&lt;P&gt;Hi David,&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want to get a selected feature then make a http(s) request (fetch) and send it's attributes to run a python tool online. So no I am not gonna use it in another widget.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Maybe Query widget helps with this workflow partially but in the end I still need my custom widget to send the http call.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any idea when 1.4 dev edition will be released?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 22 Apr 2021 14:18:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/get-selected-features-in-custom-widget/m-p/1049984#M1778</guid>
      <dc:creator>AdrianAkbariNet4s</dc:creator>
      <dc:date>2021-04-22T14:18:10Z</dc:date>
    </item>
    <item>
      <title>Re: Get Selected Features in Custom Widget</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/get-selected-features-in-custom-widget/m-p/1051531#M1798</link>
      <description>&lt;P&gt;If it is an individual feature you will need to have a click event on the map, get the graphics layer and then do a query and pass the attributes to the python tool.&amp;nbsp; If you want it to work off the map selection tool you're going to need to modify the computerSelectedGraphics method located in the selected-number.tsx file in the map widget.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;David&lt;/P&gt;</description>
      <pubDate>Mon, 26 Apr 2021 21:56:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/get-selected-features-in-custom-widget/m-p/1051531#M1798</guid>
      <dc:creator>DavidMartinez</dc:creator>
      <dc:date>2021-04-26T21:56:39Z</dc:date>
    </item>
    <item>
      <title>Re: Get Selected Features in Custom Widget</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/get-selected-features-in-custom-widget/m-p/1072748#M2215</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/123963"&gt;@DavidMartinez&lt;/a&gt;&amp;nbsp;can you suggest how a custom widget can access an existing selected feature in a layer?&amp;nbsp; Mostly I am trying to resolve an issue in that the editor widget sample does not seem to pick up the selected feature in the map when it loads requiring an extra map click.&amp;nbsp; &lt;A href="https://community.esri.com/t5/arcgis-experience-builder/editor-widget-and-picking-up-the-current-selection-without/m-p/1072426#M2202" target="_blank" rel="noopener"&gt;https://community.esri.com/t5/arcgis-experience-builder/editor-widget-and-picking-up-the-current-selection-without/m-p/1072426#M2202&lt;/A&gt; I was investigating a workaround to use something like&amp;nbsp;&lt;SPAN&gt;startUpdateWorkflowAtFeatureSelection(f) to try and trigger the expected behavior.&amp;nbsp; But if you have feedback on the general issue and approach to the problem I would be grateful, thanks.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 25 Jun 2021 19:12:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/get-selected-features-in-custom-widget/m-p/1072748#M2215</guid>
      <dc:creator>SBerg_VHB</dc:creator>
      <dc:date>2021-06-25T19:12:36Z</dc:date>
    </item>
    <item>
      <title>Re: Get Selected Features in Custom Widget</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/get-selected-features-in-custom-widget/m-p/1073094#M2227</link>
      <description>&lt;P&gt;Hi Sam,&amp;nbsp;&lt;/P&gt;&lt;P&gt;I can explain you a little bit about that. I suggest you start by cloning one of the existing sapmple widgets. That makes your life much easier since the JIMU documentation is not very complete. For this case you can use for example:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/Esri/arcgis-experience-builder-sdk-resources/tree/master/samples/widgets/feature-layer-class" target="_blank" rel="noopener"&gt;https://github.com/Esri/arcgis-experience-builder-sdk-resources/tree/master/samples/widgets/feature-layer-class&lt;/A&gt;&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/Esri/arcgis-experience-builder-sdk-resources/tree/master/samples/widgets/feature-layer-function" target="_blank" rel="noopener"&gt;https://github.com/Esri/arcgis-experience-builder-sdk-resources/tree/master/samples/widgets/feature-layer-function&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;In the sample above the part the dataRender function is where you should be working to get selected features. There, if you change the:&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;...ds&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;SPAN&gt;getRecords&lt;/SPAN&gt;&lt;SPAN&gt;().&lt;/SPAN&gt;&lt;SPAN&gt;map&lt;/SPAN&gt;&lt;SPAN&gt;((&lt;/SPAN&gt;&lt;SPAN&gt;r&lt;/SPAN&gt;&lt;SPAN&gt;,&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;i&lt;/SPAN&gt;&lt;SPAN&gt;)...&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;to&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;...ds&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;SPAN&gt;getSelectedRecords&lt;/SPAN&gt;&lt;SPAN&gt;().&lt;/SPAN&gt;&lt;SPAN&gt;map&lt;/SPAN&gt;&lt;SPAN&gt;((&lt;/SPAN&gt;&lt;SPAN&gt;r&lt;/SPAN&gt;&lt;SPAN&gt;,&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;i&lt;/SPAN&gt;&lt;SPAN&gt;)...&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;you will have the selected records. (So I basically changed getRecords with getSelectedRecords).&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;This should help you to get further.&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;I share my complete function here in case it helps.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;dataRender = (ds: DataSource, info: IMDataSourceInfo) =&amp;gt; {
    // this.createOutputDs(ds);
    const fName = this.props.useDataSources[0].fields[0];
    let selectedAttributes = [];
    for (let i = 0; i &amp;lt; ds.getSelectedRecords().length; i++){
      selectedAttributes.push(ds.getSelectedRecords()[i].getData()[fName]);
      selectedAttributes.push(&amp;lt;br/&amp;gt;)
    };
    // ds.getSelectedRecords().forEach(element =&amp;gt; {
    //   selectedAttributes.push(element.getData()[fName]);
    // });
    this.setState({
      selectedRecords: selectedAttributes
    });
    
    return &amp;lt;&amp;gt;
      
      &amp;lt;div&amp;gt; 
        &amp;lt;p&amp;gt; Selected Records:&amp;lt;/p&amp;gt;
      &amp;lt;/div&amp;gt;
      &amp;lt;div className="record-list" style={{ width: '100%', marginTop: '20px', marginBottom: '20px', height: 'auto', overflow: 'auto' }}&amp;gt;
        {
          ds &amp;amp;&amp;amp; ds.getStatus() === DataSourceStatus.Loaded ? ds.getSelectedRecords().map((r, i) =&amp;gt; {
            return &amp;lt;div key={i}&amp;gt;{r.getData()[fName]}&amp;lt;/div&amp;gt;
          }) : null
        
        }
      &amp;lt;/div&amp;gt;
      
    &amp;lt;/&amp;gt;
  }&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 01 Jul 2021 07:21:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/get-selected-features-in-custom-widget/m-p/1073094#M2227</guid>
      <dc:creator>AdrianAkbariNet4s</dc:creator>
      <dc:date>2021-07-01T07:21:08Z</dc:date>
    </item>
    <item>
      <title>Re: Get Selected Features in Custom Widget</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/get-selected-features-in-custom-widget/m-p/1074215#M2256</link>
      <description>&lt;P&gt;Thank you&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/476778"&gt;@AdrianAkbariNet4s&lt;/a&gt;.&amp;nbsp; Are you able to describe how to incorporate the ds.getSelectedRecords() into the Editor Widget sample workflow where an ActiveMapView is used to access the layer necessary to initialize an editor widget?&amp;nbsp; Thanks for any info, and I appreciate the response here!&lt;/P&gt;</description>
      <pubDate>Wed, 30 Jun 2021 15:35:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/get-selected-features-in-custom-widget/m-p/1074215#M2256</guid>
      <dc:creator>SBerg_VHB</dc:creator>
      <dc:date>2021-06-30T15:35:08Z</dc:date>
    </item>
    <item>
      <title>Re: Get Selected Features in Custom Widget</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/get-selected-features-in-custom-widget/m-p/1074308#M2258</link>
      <description>&lt;P&gt;What I have working just now is a custom editor widget with both a&amp;nbsp;&lt;SPAN&gt;JimuMapViewComponent and&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;DataSourceComponent.&amp;nbsp; The editor widget is configured with the configured layer read in ActiveViewChanged, and that layer saved in state.&amp;nbsp; Then on DataRender I am getting the selection as suggested by&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/476778"&gt;@AdrianAkbariNet4s&lt;/a&gt;&amp;nbsp;and used to create a feature with the layer reference to pass to startUpdateWorkflowAtEdit.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="csharp"&gt;      if(this.state &amp;amp;&amp;amp; this.state.currentWidget  &amp;amp;&amp;amp; ds.getSelectedRecords().length==1){
        let g=new Graphic();
        g.attributes=ds.getSelectedRecords()[0].getData();
        g.layer=this.state.currentEditLayer;
        this.state.currentWidget.startUpdateWorkflowAtFeatureEdit(g);
      }&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;This seems to have the behavior I am looking for which keeping the editor in sync with feature selection changes.&amp;nbsp; Thank you.&amp;nbsp; Sam&lt;/P&gt;</description>
      <pubDate>Wed, 30 Jun 2021 17:38:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/get-selected-features-in-custom-widget/m-p/1074308#M2258</guid>
      <dc:creator>SBerg_VHB</dc:creator>
      <dc:date>2021-06-30T17:38:26Z</dc:date>
    </item>
    <item>
      <title>Re: Get Selected Features in Custom Widget</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/get-selected-features-in-custom-widget/m-p/1089469#M2606</link>
      <description>&lt;P&gt;Hi all! How do you keep up with the selection changed on the data source from another widget? I can't figure that out. Basically I want a callback or something on my widget when the selection has changed from another widget... I couldn't find anything on the&amp;nbsp;&amp;lt;DataSourceComponent&amp;gt;&amp;nbsp; or the DataSource object itself that will provide that.&lt;/P&gt;</description>
      <pubDate>Mon, 16 Aug 2021 22:46:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/get-selected-features-in-custom-widget/m-p/1089469#M2606</guid>
      <dc:creator>AlejandroMari1</dc:creator>
      <dc:date>2021-08-16T22:46:16Z</dc:date>
    </item>
    <item>
      <title>Re: Get Selected Features in Custom Widget</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/get-selected-features-in-custom-widget/m-p/1089539#M2608</link>
      <description>&lt;P&gt;I am not sure what you exactly want to do when the selection changes. Do you mean for example when a selection is changed via selection widget on the map, then your custom widget automatically takes the updated selection?&amp;nbsp;&lt;/P&gt;&lt;P&gt;In that case you can try stroring your selected features/graphics as a state. Then React will automatically takes care of the updates. This way you can also do something if state changes.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 17 Aug 2021 10:02:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/get-selected-features-in-custom-widget/m-p/1089539#M2608</guid>
      <dc:creator>AdrianAkbariNet4s</dc:creator>
      <dc:date>2021-08-17T10:02:45Z</dc:date>
    </item>
    <item>
      <title>Re: Get Selected Features in Custom Widget</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/get-selected-features-in-custom-widget/m-p/1089641#M2610</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/476778"&gt;@AdrianAkbariNet4s&lt;/a&gt;&amp;nbsp;, thanks for your response. Yes, that's what I'm trying to do. I will give it a try, though I don't think storing the selected features on the state will work, since that object will be updated from another widget, it won't trigger a component update on my widget.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I imagine there is a way to "listen" to selection changes in a data source, but can't figure out how. The documentation is minimal on this.&lt;/P&gt;&lt;P&gt;I've posted this as a separate question now:&amp;nbsp;&lt;A href="https://community.esri.com/t5/arcgis-experience-builder-questions/react-to-change-in-selection-on-data-source-from/m-p/1089470" target="_blank" rel="noopener"&gt;https://community.esri.com/t5/arcgis-experience-builder-questions/react-to-change-in-selection-on-data-source-from/m-p/1089470&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;Alejandro&lt;/P&gt;</description>
      <pubDate>Tue, 17 Aug 2021 16:01:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/get-selected-features-in-custom-widget/m-p/1089641#M2610</guid>
      <dc:creator>AlejandroMari1</dc:creator>
      <dc:date>2021-08-17T16:01:45Z</dc:date>
    </item>
    <item>
      <title>Re: Get Selected Features in Custom Widget</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/get-selected-features-in-custom-widget/m-p/1089859#M2617</link>
      <description>&lt;P&gt;I still think you can do it. In React its called " lifting your state up" . See &lt;A href="https://reactjs.org/tutorial/tutorial.html#lifting-state-up" target="_self"&gt;Lifting your state up&lt;/A&gt;&amp;nbsp;.&amp;nbsp;&lt;BR /&gt;That is how my widget works. User selects features with the default selection tool (widget A) and the selected features gets automatically updated in my custom widget (Widget B). Or am I not understanding your question correctly?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 18 Aug 2021 08:04:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/get-selected-features-in-custom-widget/m-p/1089859#M2617</guid>
      <dc:creator>AdrianAkbariNet4s</dc:creator>
      <dc:date>2021-08-18T08:04:39Z</dc:date>
    </item>
    <item>
      <title>Re: Get Selected Features in Custom Widget</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/get-selected-features-in-custom-widget/m-p/1089960#M2619</link>
      <description>&lt;P&gt;Thanks again&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/476778"&gt;@AdrianAkbariNet4s&lt;/a&gt;&amp;nbsp;. I think you are correct. And my code is working now! Here's a snippet of my &amp;lt;DataSourceComponent&amp;gt;&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;&amp;lt;DataSourceComponent
    useDataSource={useDataSource}
    query={dataSource ? query : null}
    widgetId={this.props.widgetId}
    onDataSourceCreated={this.onDataSourceCreated}
    onDataSourceInfoChange={this.onDataSourceInfoChange}
    onCreateDataSourceFailed={this.onCreateDataSourceFailed}
&amp;gt;
    {this.renderChild}
&amp;lt;/DataSourceComponent&amp;gt;&lt;/LI-CODE&gt;&lt;P&gt;&lt;EM&gt;this.renderChild&lt;/EM&gt; is called whenever there is a selection update on the data source, made by any other widget, including OOTB ones.&lt;/P&gt;&lt;P&gt;This is the only thing I'm storing in the sate when the &lt;EM&gt;onDataSourceInfoChange&lt;/EM&gt; is called:&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;    onDataSourceInfoChange = (info: IMDataSourceInfo) =&amp;gt; {
        this.setState({
            dataSourceStatus: info.status,
            dataSourceWidgetQueries: info.widgetQueries,
            dataSourceVersion: info.version
        })
    }&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 18 Aug 2021 15:04:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/get-selected-features-in-custom-widget/m-p/1089960#M2619</guid>
      <dc:creator>AlejandroMari1</dc:creator>
      <dc:date>2021-08-18T15:04:02Z</dc:date>
    </item>
    <item>
      <title>Re: Get Selected Features in Custom Widget</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/get-selected-features-in-custom-widget/m-p/1659649#M21204</link>
      <description>&lt;P&gt;If there is a way to fix the Analysis widget then to see selections?&amp;nbsp; We have been trying for months and the Analysis widget cannot seem to see selections from anything.&amp;nbsp; thanks&lt;/P&gt;</description>
      <pubDate>Wed, 22 Oct 2025 15:03:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/get-selected-features-in-custom-widget/m-p/1659649#M21204</guid>
      <dc:creator>DougBrowning</dc:creator>
      <dc:date>2025-10-22T15:03:03Z</dc:date>
    </item>
  </channel>
</rss>

