Hello, I'm looking to create a model that breaks a single feature class into multiple feature classes based an attribute value and then looks for a feature class name and alters fields names, deletes unnecessary fields, and renames the feature class. I've created a model that creates the feature classes and also created a model that alters fields, deletes fields, and renames the feature class. I'm looking to create one model, so basically, after the first model that creates a gdb with multiple feature classes, i think i need something like an IF statement where: if feature class name == xyz run model two that alters fields, delete fields, and renames the feature class based on the specefic feature class name.
Below are examples of the two models, right now each feature class would have to be it's own model to alter, delete, and rename because the input parameter is required and the gdb created in the first model may have all or only some of the feature class names. Is there a way to iterate through a gdb and look for a specific feature class name? any help would be appreciated.
Thank you!

