Hi
I'm having problems with an inline variable substitution when it is used for the input rasters in the combine tool.
I'm using a "For" Iterator that should create 2 of the 6 input rasters that are used in the combine tool in model builder. Im working with Arcgis Pro 2.6
The model runs, but is always just getting the first two rasters of the iterators which are EACVCal16 and EAVVVal16.
Any suggestion?
I'm thinking the reason you're seeing this result is the For Iterator is not connected to your Combine tool at all and is floating in space. Secondly, I "think" the reason it's only giving two outputs (EACVCal16 and EAVVVal16) is alphabetically they're the first two and then it stops. Just a guess. I'd recommend reading this link to connect the For Iterator to the rest of your model.
Hi
Thanks Robert, but it does not work. I think that i need to use a raster iterator, the problem is that i cannot use two iterators in the same model. If a create a submodel for the second raster iterator the problem would be to guarantee that the rasters are always combine in the corresponding order, but i find difficult to combine always for instance EACVCal16 with EAVVVal16, EACVCal32 with EAVVVal32, EACVCal48 with EAVVVal48 and so on , and not to combine EACVCal16 with EACVCal48 for instance.