Hello,
I want to update the content of a featureservice hosted on agol.
This service contains Featurelayer and table and a relation between them.
I have found this sample which updates only the featurelayer.
https://developers.arcgis.com/python/sample-notebooks/updating-features-in-a-feature-layer/
Is there is a way to update whole the content of this featureservice using arcpy.
Thanks in advance.