I have an ArcGIS pro (3.2.2) add in. I need to refresh the layer or the map after added a new feature. I know that I can set to refresh it by intervals on the layer property. But that will keeping refresh all layers on the map by the interval. The reason that I need to refresh the layer is because the layer has a field with a trigger to populate the data. The data source is 19c SDE database. I have to save the edit and refresh the layer to get the trigger on. I need that data from that field for some following process. I searched the ArcGIS Pro APIs but did not find a refresh working to set off the trigger (i.e. LayoutView.Active.Layout.RefreshMapSeries(); but LayoutView was null) Any suggestions? Thank you!!