Calls to sub macros within a macro opens secondary instances of the UI.Vision

In the following code I reference a second macro to perform a specific thing. When UI.Vision executes this line, it randomly will open a second instance at the same position. This just started this week. Is anyone else experiencing this phenomenon?

{
  "Command": "prompt",
  "Target": "Automated or Manual (a/m)?",
  "Value": "am",
  "Description": ""
},
{
  "Command": "if",
  "Target": "${am}=='a'",
  "Value": "",
  "Description": ""
},
{
  "Command": "run",
  "Target": "/DAT2.0/sub.common/Location.Address.update.Auto",
  "Value": "",
  "Description": ""
},
{
  "Command": "else",
  "Target": "",
  "Value": "",
  "Description": ""
}

Can you please post a video? Nothing has changed for me, and also, there have been no RPA updates this month.