I'm in the process of building a model using ArcPro 2.9.0 to run some analysis on a number of features (address points, parcels & zoning). What I would like to do is iterate through each of the points in my address layer, calculate a search radius based on the zoning, and then select all address points within that buffer distance to perform additional analysis. I've created an arcade expression to add the buffer distance to my attribute table based on the zoning layer (i.e. residential = 500m, commercial = 1000m). My next step is to select the surrounding address points that fall within the buffer. How would I accomplish this using my buffer attribute field? I am trying to avoid unnecessarily writing tens of thousands of buffer polygons to a feature class in my geodatabase.
