Hello, is there a method to grab a dynamic label from a layout for use in python?
This is the layout dynamic label:
<dyn type="project" property="name"/>
I'm building a little script to export my map to PDF and would like it to use the map name as the filename.
Thanks.