Hello Team,
I am trying to run a simple model which iterating the feature classes within a geodatabase and copying them into another geodatabase.

The model run and copied the feature classes into the target geodatabase. But the issue is the fields of the output feature classes does not match the fields in the input geodatabase (Somehow it take the fields of the first feature class as a template and copy it to the other feature classes in the output). I found that in Esri document:
When this tool is used in a model, the first feature class is used as a template for the output. This allows for selection of fields in subsequent tools.
Is there a way that I can preserve the fields of output feature classes?