{
"Name": "gotoiftest",
"CreationDate": "2020-10-17",
"Commands": [
{
"Command": "store",
"Target": "Sold",
"Value": "searchText"
},
{
"Command": "store",
"Target": "Sold",
"Value": "rowText"
},
{
"Command": "gotoIf_v2",
"Target": "\\\"${searchText}\\\"!=\\\"${rowText}\\\"",
"Value": "done"
},
{
"Command": "label",
"Target": "done",
"Value": ""
}
]
}
I’m getting an error at Line 3.
The two variables are actually from other sources, but I hardcoded them to check the formula and it looks like gotoIf is set up incorrectly. I followed exactly what they did in the below post, so I’m not sure what the error could be but I’d like to fix it.