I have a simple model with a file gdb model parameter InputGDB, which contains a feature class fc1. Inside the model is a preset output folder and a template (empty) file gdb TemplateGDB, which contains a feature dataset template_fds and a feature class template_fc. A copy of TemplateGDB is made in the output folder and takes its name from InputGDB (using inline variables).
I would like to Append fc1 into template_fc with the schema set to NO_TEST. However, since the target dataset template_fc does not exist yet because the model hasn't run, the Append tool will obviously not validate. Is there a way for me to run the model without having to first run the first section, then validating to run the Append process?
