I have a FC that is comprised of a polygons (parcels) that have been DISSOLVED & SPLIT BY ATTRIBUTE using the zoning class for both GP tools.
The problem is that after I perform the SPLIT BY ATTRIBUTE, I need to have all 20 of the new FCs from the split be renamed after the zoning class they represent; right now they all have the same name. Is there a way to rename each FC based on an attribute value using model builder?
This is all part of two models that I am attempting to merge together to automate the updating of zoning class per parcel and further creating districts that are made out of the aggregation of dissolved parcels that are then split by the zoning class attribute field and then merged together into a single FC that has single part zoning districts.
MODEL 1:

MODEL 2:

MODEL 2 (zoomed):

The goal is to be able to rename each FC created from the split by their corresponding zoning class then, set a precondition by attaching MODEL 2 to the finals output after the SPLIT BY ATTRIBUTES is performed.
Another thought would be to use an iterator to loop through the FCs created from the split and perform the aggregation with an iterator, still in that case the renaming of the FCs by zoning class would need to be accomplished.
Both models run and the desired output can achieved through manually changing each name, but the goal is to obviously have a model and python script that can be used for automation and to reduce any human error that may occur when changing field names or redirecting database paths.