I have a hosted feature layer with several feature layer views. These feature layers are used regularly for day to day operations. I'd like to perform nightly geospatial calculations on the hosted feature layer (e.g. centroid coordinates, GIS acres, etc.), but from my experience that updates the LastEditor and LastEdited field with my information.
Is there a way to perform automated updates without impacting the editor values?
Don't think there is a way, you would have to create your own static editor tracking fields and update them when doing your day to day operations
That wouldn't work because we have many different users using these feature layers on ArcPro, Field Maps, and AGOL browser apps. We can't count on each user manually updating the editor fields every time they update a feature.
Perhaps you can use the Arcade Expression GetUser().username in Map Viewer Forms to automatically populate Creator, Last Editor and another Arcade Expression to retrieve Current Date to use for Creation Date, Last Edited Date