Attempting to use arcpy.management.ApplySymbologyFromLayer in a python script being run in a model.
Immediate Window:
aprxMap = aprx.listMaps("Layer1")[0]
lyr = aprxMap.listLayers("PointLayer")[0]
arcpy.management.ApplySymbologyFromLayer(lyr, "Q:\GIS_Data\Symbology_Layers\TypeSymbology.lyr")
After reviewing the following link, I attempted that formatting as well within the script, but still not seeing any updates to the symbology. The script runs through with no errors, but nothing changes. Works perfectly in the immediate window though.
Reference the following documentation for creating the script: https://pro.arcgis.com/en/pro-app/latest/tool-reference/data-management/apply-symbology-from-layer.htm