I am having trouble building a model in model builder and would love to receive some input.
I am building a model to 1) add and calculate field to copy GlobalID field, 2) project a feature class (points) into an Output GDB then 2) attach photos to each of the feature classes from a photo folder using an attachment table that uses the newly copied GlobalID field. I am also trying to build in an iteration where the model will run through all the feature classes and perform the same geoprocessing for all the feature classes in the input geodatabase. However, I'm running into some roadblocks:
- I can only use one iteration in a model at a time,
- There are unique attachment tables for each feature class.
- When I use the model, I can only specify one attachment table, so my model ends up trying to attach photos using the same attachment table for all the feature classes. How can get my model to perhaps use the relationship class that each feature class has with its unique attachment table?
I have attached a screenshot of my model for reference.
Any help is appreciated. Thanks!