ArcGIS Pro 2.9.1
I am trying to construct a model that truncates & appends for a large(ish) number of tables, have hit a wall & am wondering if what I am trying to do is possible?
Tables are selected using 'Iterate Table' with a wild card over the unchanging portion of the table names from Enterprise Geodatabase A. This works fine.
I then want to append data from tables in Enterprise Geodatabase B to the truncated tables in Enterprise Geodatabase A & this is where things fall apart.
Apart from the database prefixes, the tables names are the same, but I can't see a way of saying "take this freshly truncated table & append data from it's namesake in this other database"?
Can I do this or is this something better left to scripting?