Hi, I'm aiming to build a tool in model builder for processing raster data. One step would be to resample a raster mosaic to lower resolution outputs. But the tool will not remember the values I enter, not for the cell size and not for the chosen pyramid resampling and compression method in the environment settings. Even if I make a parameter for the cell size (e.g. 250, 250) and the value is kept in the model (and not immediately switched back to 1, 1), the tool would still attempt to output a raster with 1m cell size. This needs to be fixed (I'm on ArcPro 2.5.1). Is there a way to get around this issue in the meantime (using a different tool or script? - but I'm not really familiar with Python, unfortunately) ?