Hi, my English doesn’t help much, but I’ll try.
I need to load a page with a variable in half and it always fails, this variable must be an array. I’m not realizing where to put these variable values. I’m using in Value
{
“Name”: “teste2”,
“CreationDate”: “2021-10-14”,
“Commands”: [
{
“Command”: “open”,
“Target”: “http://10.162.102.187:8080/jbpm-console/app/procins.jsf?id=${Value}&view=token”,
“Value”: “10127105,9937083,XX,XXX,xXXXx, ETC”,
“Description”: “”
},
{
“Command”: “click”,
“Target”: “linkText=End@POS=1”,
“Value”: “”,
“Description”: “”
}
]
}
Thank you for help.