Hi, I'm trying to recreate an old web app dev workflow - selecting properties within a certain distance, and then populating a list with addresses that can be exported.
From what I can see the best way to do this is with the near me widget and the list widget. I've tried following the workflow in this post: https://community.esri.com/t5/arcgis-experience-builder-questions/connecting-near-me-widget-to-list-widget/td-p/1326903
In the Near Me widget I have analysis settings pointed to my map, and properties(parcels) setup under the analysis layers along with address points. Then in the List widget, I have property data selected under outputs->Near Me -> Property Data.
Trying it out live, I run near me to get the parcels, but in List, nothing shows up. Not sure what I'm doing wrong, I just get the row of buttons with 'Property Data' listed.
Anyone have this workflow setup and functioning correctly? Thanks!