Specific App Did Activate does not work with Microsoft Teams

Describe the bug
Trigger "Specific App Did Activate" does not fire for the app "Microsoft Teams"

Affected input device (e.g. MacBook Trackpad, Magic Mouse/Trackpad, Touch Bar, etc.):
Named & Other Triggers

Device information:

  • Type of Mac: Macbook Pro
  • macOS version: Catalina 10.15.7
  • BetterTouchTool version: 3.560

Additional information (e.g. StackTraces, related issues, screenshots, workarounds, etc.):

  • Works for all other tested apps (Messages.app, Microsoft Outlook.app)
  • It might be working, but no HUD overlay appears even though it is set to (other apps HUDs show up when triggered).
  • I have two Triggers for the same app. One is always disabled while the other one is enabled (only one trigger for Teams active at a time).

Here are the two triggers:

[
  {
    "BTTTriggerType" : 671,
    "BTTTriggerTypeDescription" : "Specific App Did Activate: Microsoft%20Teams.app",
    "BTTTriggerClass" : "BTTTriggerTypeOtherTriggers",
    "BTTPredefinedActionType" : 124,
    "BTTPredefinedActionName" : "Trigger Menubar Menu-Item",
    "BTTMenubarPath" : "Window;* | Microsoft Teams",
    "BTTAdditionalConfiguration" : "file:\/\/\/Applications\/Microsoft%20Teams.app",
    "BTTEnabled2" : 1,
    "BTTAlternateModifierKeys" : 0,
    "BTTRepeatDelay" : 0,
    "BTTUUID" : "3E56319C-9CC9-4A61-ADFD-4A503A0A5A4F",
    "BTTNotesInsteadOfDescription" : 0,
    "BTTEnabled" : 1,
    "BTTModifierMode" : 0,
    "BTTRequiredModifierKeys" : 0,
    "BTTOrder" : 18,
    "BTTDisplayOrder" : 0,
    "BTTTriggerConfig" : {
      "BTTHUDText" : "Teams",
      "BTTHUDDetailText" : "Free",
      "BTTShowHUD" : 1
    }
  }
]
[
  {
    "BTTTriggerType" : 671,
    "BTTTriggerTypeDescription" : "Specific App Did Activate: Microsoft%20Teams.app",
    "BTTTriggerClass" : "BTTTriggerTypeOtherTriggers",
    "BTTPredefinedActionType" : 124,
    "BTTPredefinedActionName" : "Trigger Menubar Menu-Item",
    "BTTMenubarPath" : "Window;Global Asset Hub Standup | Microsoft Teams",
    "BTTAdditionalConfiguration" : "file:\/\/\/Applications\/Microsoft%20Teams.app",
    "BTTEnabled2" : 0,
    "BTTAlternateModifierKeys" : 0,
    "BTTRepeatDelay" : 0,
    "BTTUUID" : "405AF69F-C6A1-4B8B-A02A-C56C7204C5B6",
    "BTTNotesInsteadOfDescription" : 0,
    "BTTEnabled" : 0,
    "BTTModifierMode" : 0,
    "BTTRequiredModifierKeys" : 0,
    "BTTOrder" : 19,
    "BTTDisplayOrder" : 0,
    "BTTTriggerConfig" : {
      "BTTHUDText" : "Teams",
      "BTTHUDDetailText" : "Busy",
      "BTTShowHUD" : 1
    }
  }
]