I have a model that uses the Multivalue iterator to delete features in two different feature classes; one is a point feature class while the other is polyline feature class. Each has their own unique attribute table. This part works just as planned, but I would now like to feed each feature class into the Append tool to repopulate them. This is where it gets a little weird for me; how do I tell the append tool which feature class is coming into it so I can map the proper attributes from the source data to appropriate empty feature class?
