I'm trying to add items to the work queue and this is my JSON input:
{
"V_Code": "%V_Code_Count%",
"Count": "%Count%",
"Path": "%Path%",
"File_Name": "%File_Name%"
}
and the same is mentioned in the work queue as well
when I'm trying to add the item to the queue, it throws an error that says, "The work queue item input is not a valid JSON or XML"
is something wrong with my JSON input?