Hi all! I am facing a problem because I know is not possible to include 2 iterators in the same model builder. I have 10 features (polygons) in a shapefile and 1000 rasters in a folder. I want to calculate for each polygon the zonal statistical as a table for each raster. Therefore, I need to use:
- Iterate feature selection to avoid the problem of overlapping polygons and iterate each polygon
- Iterate raster to make the iteration of each raster in each polygon
Therefore, I need two iterators, any idea on how to overcome this problem?
I am trying by creating a submodel and a model as shown in the images below but without too much success


Thank you!