Hi,
So I am working on a model where for every database, there is a feature class that gets selected, the count is taken for that feature class, and that populates a field in a table. This model runs for every row in a designated table. But what I am trying to accomplish is :
- for each record in table
- run model to get the feature class in the database, get the count for that feature class, and calculate the count in the table.
- When this model runs once, run the model for the next record in the table
- this process repeats for every table record and every database.