Echo doesn't works

I stored text into variable and trying yo print it and I get nothing

{
      "Command": "storeText",
      "Target": "//*[@id=\"extracted_text\"]/text()",
      "Value": "name"
    },
    {
      "Command": "echo",
      "Target": "name = ${name}",
      "Value": "asdasd"
    }
  ]

What is the “value” in the echo for? The only reserved commands is the color parameter and #shownotification. See Echo - Selenium IDE Commands Tutorial