Storevalue integer

Hello im pretty new to this forum and to kantu, i cannot find how to store value inside a element with id what i tried so far:

{
  "Command": "storeValue",
  "Target": "id=light",
  "Value": "lija"
},
{
  "Command": "echo",
  "Target": "${light}",
  "Value": ""
}

the element is this:

<td style="text-align:center" class="unit-item unit-item-light" id="light">0</td>

what i want to store is the number 0

StoreValue is deprecated do not use it

You must use the new command executescript

https://ui.vision/rpa/docs/selenium-ide/executescript