Alarm Cleared at the same time it is set active

I just activated the alarm journal. In the alarm table I have the following


When I export the tag (or Copy Json). Changed some values

{
  "valueSource": "opc",
  "opcItemPath": "ns\u003d1;s\u003d[Equipment]N17:0",
  "historicalDeadbandStyle": "Auto",
  "alarms": [
    {
      "mode": "BelowValue",
      "entityCode": "SomeValue",
      "anyChange": true,
      "activePipeline": "generalscripting/stage/testingNotification",
      "name": "Line Slow",
      "shopNo": "SomeNumber",
      "setpointA": {
        "bindType": "Expression",
        "value": "10"
      },
      "CustomEmailSubject": {
        "bindType": "Expression",
        "value": "concat(\"Vitesse de la ligne \", {shopNo}, \" réduite à \", {Value},\" à \",{Timestamp})"
      },
      "enabled": {
        "bindType": "Tag",
        "value": "[.]../Config/AlarmActive"
      }
    }
  ],
  "tagType": "AtomicTag",
  "engUnit": "FPM",
  "scaleMode": "Linear",
  "readOnly": true,
  "dataType": "Float4",
  "historyProvider": "Datacenter",
  "name": "Speed",
  "historyEnabled": true,
  "opcServer": "Ignition OPC UA Server"
}