When working with editing features that are stored in an SDE Database, the edits do not show up without manually refreshing the SDE Connection.
To simplify this if we create a script tool in ArcGIS Pro that can edit parcel information, and once the tool is executed a manual refresh has to be made for the edits to show up on the map.
We can easily use the python script and use the update connection function to achieve the results, but this does not work when using a script tool through GUI.
Allow ArcGIS Pro to support auto-refresh SDE connection through GUI.