Is it possible to use Project.Current.SaveEditsAsync() to save only certain changes/edits in a session scope, and not all of the changes that have piled up? I need to update a particular change that occurs within a method call, without having to necessarily save all of the other changes that the user may have piled up in memory in arcpro.
Or is there way to save changes only for a given featurelayer and not all featurelayers..? That would also work for us.