I have a Python script that creates an FGDB feature class, deleting it if it already exists. That feature class is in a Pro map where I set symbology and labels just the way I want them. If I update the fields in the feature class with my script and open my Pro map, it seems to recognize new fields, but it just puts them at the end of the field order, which is out of order. Also, I removed field aliases from some fields, but Pro is still showing the old field aliases that no longer exist. I can verify my script did everything as expected in ArcCatalog, but Pro seems to have an index of fields that it's hanging on to.
Is there some way to tell Pro to refresh the field list for a feature class? Ideally, that would be without having to remove the layer from all maps and re-add it. thanks!