I am trying to append features from an input layer to a target layer. Since Schema must match to append, I want to check if the input layer has the matching Field or not. It if does have the specific Field, I want it to run the append tool. However, if it doesn't, I want to add the specific Field, then then run the append tool. I added a snip of my model below. It contains other steps after the append to calculate fields, which is not relevant at this stage.
Thanks!
