Hi everyone,
I've written a stand-alone arcpy script to modifiy a layout in ArcGIS Pro.
It works great except for the PICTURE_ELEMENT and I don't find what I am doing wrong.
My purpose is to change the logo in my layout. In my script, I change the sourceImage and then I save a copy of my aprx.
When I open the aprx file, the logo has not change but if I check In the PICTURE_ELEMENT properties the image source has been correctly modified and if I press enter the the logo changes.
What am I missing?
Thank you