Using ArcGIS Pro 2.7.3 I have a model that takes a feature class, uses add join to join to a table in a file gdb, uses feature class to feature class to export to a new file gdb, then removes the join, and iterates through all tables in the file gdb (there are 80 tables).
The model runs without error, the first feature class attribute table is complete with all the data, but all subsequent feature classes have the original feature class data, the fields from the table, but all the values in the fields from the table are null.
Checking by doing some manual joins, the number of features in the output is correct and if I export them manually all the data exports in the fields correctly.
Any ideas what I am missing that is preventing the data from the table to be included with the export from the model?
Thanks,
Chris