Hi,
Does anyone help me to figure out how to create python script to automate overwrite workflow? I wanted to create a automate workflow to overwrite vector tile and image layer from ArcGIS pro to Enterprise portal?
An script example? I am using ArcGIS Pro 2.9.5 and portal 10.6.
I am new for python
Thank you,
Bonnie
Since you're new to python, I would recommend creating the workflow in ModelBuilder first. Then you can export that as a python script.
You could also run the tools in the workflow individually and then copy those as python snippets to piece together.