Hello,
I am writing a Python script to output ArcMap maps to PDFs and I am using the "Graphic Table Element" feature that is part of Production Mapping inside the maps. I notice that when the underlying data changes, the only way to get it to update is to right click on the table in layout view and select "Synchronize Selected Tables". Is there any way to replicate this behavior in Python since I need all of the data to be refreshed before I export the map to PDF. The only reference to synchronize that I found in the API has to do with replicas, and just hitting F5 doesn't refresh the tables.
Thanks in advance for any input,
Igor