Hello Everyone
We have created a survey that is being used to collect photographs at different points throughout our study area. We have a geopoint question, but that is only used for navigational purposes.
We had a test round of data collection a couple of weeks ago and are now downloading the data. The issue that we are running into is that each photo site has its own repeat, so we have 25 _ATTACH tables in our .gdb.

I have created a script based on the Python code referenced in this demonstration below:
https://support.esri.com/en-us/knowledge-base/how-to-batch-export-attachments-from-a-feature-class-in-000011912
But, the issue that I am running into is that I am only allowed to enter one _ATTACH table at a time. Is there a way I can do a batch export based on there being multiple _ATTACH tables in the .gdb? Otherwise, I suppose my easier, but time consuming option, would be to just run the Export Attachments tool.
Thanks all.