HOW TO
When adding attachments to a feature class in ArcGIS Pro, the names of the attachments are added as records to the feature class's attachments table's ATT_NAME field. However, there is no field in the table that contains the file path of the attachment, as shown in the screenshot below.

The instructions below describe how to add a file paths field to the attachments table and calculate the values in the newly added file paths field to accurately return the file paths for each attachment.
FilePath = r"C:\attachments" + "\\" + str(!ATT_NAME!)

Once the Calculate Field tool finishes running, a new file path field, which contains the file paths for the attachments, is added to the attachment table.

Please note that if more records are added to the attachment table after completing this workflow, the file path field for the new records will not automatically populate. The Calculate Field tool must be run again for those new records.
Article ID: 000039963
Get help from ArcGIS experts
Start chatting now