Hi all,
I have a model where there is an iterator in the middle that takes a row selection from an input feature class, selects features from a separate process based on that row selection, and calculates a value for that selection. There are 30-40 rows that will be iterated. My model keeps re-processing the static end result before the iterator. Sorry if I am butchering the explanation of this, maybe the image will explain it a little better....
Thoughts on how to make the model run the process before the iterator only once? I need this process in there as I may need to re-run this as my inputs are updated.
Thanks,
I have a model where there is an iterator in the middle that takes a row selection from an input feature class, selects features from a separate process based on that row selection, and calculates a value for that selection. There are 30-40 rows that will be iterated. My model keeps re-processing the static end result before the iterator. Sorry if I am butchering the explanation of this, maybe the image will explain it a little better....
Thoughts on how to make the model run the process before the iterator only once? I need this process in there as I may need to re-run this as my inputs are updated.
Thanks,