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.