Hello,
I'm using with arcpy the tool ConvertWebMapToArcGISProject.
When i run the tool:
result = arcpy.mp.ConvertWebMapToArcGISProject(Web_Map_as_JSON, templatePagx, "Project")
aprx = result.ArcGISProject
m = aprx.listMaps()[0]
The result of listMap is a Object called 'Web Map'.
Is there any way to replace the name 'Web Map' with other name?
Thanks