I have a set of 50 raster and and a polygon. I am trying to build a model which will input each raster and calculate raster statistics such as mean, max, min as per the polygon zone and create output in a table. So the output table will have 50 rows (each row for each raster) and 3 columns (mean, max, min). Any guidelines are welcome. I am new to model builder and only able to iterate raster as input and calculate the statistics but unable to save it in table. Thanks.