Hi ,
I am trying to build a custom widget using ArcGIS WebAppBuilder for Developers Edition. My goal is quite simple however I am quite new to the ArcGIS world and am in need of some assistance. The goal is the following:
I have a feature set and map that is already built on arcgis online. my organization has wrapped a web app around the map and featuresets to build an application that can be displayed on the website. I need to find a way to add a custom widget to this application to do the following:
When the user selects a feature (on the map), I need to get a reference to the selected feature's attributes. For example if the feature has an attribute volume and height, i need to get a handle onto those variables so i can work with them in our custom logic.