Hello,
I am new to python in ArcGIS pro and I am trying to automate our workflow.
I want to upload pdf attachments to more than 500 points - doing this manually takes hours and hours of work. I need help with writing a code that selects these 500 points and upload the pdf attachments that I have on my computer.
The pdf file name and one of the attributes of the point layer ("Name") are the same. For example, if the one of the points is named “HH NWLD 1.2-3.4" I would like this code to attach the pdf called "HH NWLD 1.2-3.4" from my machine.
Is this something possible? Can a code attach pdf files to a feature? I appreciate your input on this.
Thanks,