How can I fill a form directly from CSV file?

Hi guys. How can I fetch text from a list inside a CSV file and fill it in a form?

{
  "Name": "Final script to del",
  "CreationDate": "2023-4-18",
  "Commands": [
    {
      "Command": "click",
      "Target": "name=email",
      "Value": "",
      "Description": ""
    },
    {
      "Command": "type",
      "Target": "name=email",
      "Value": "take this text from CSV",
      "Description": ""
    }
  ]
}

Like in the example above: “take this text from CSV”

Thanks.

You must use csvread and ${!COL1} ${!COL2} variables

Here info and examples

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