1.5
Page 35
"documents":"lookup(OLCS_jobs, documents, jobid, '%{jobid}')",
"recordsetid":"lookup(OLCS_jobs, recordsetid, jobid, '%{jobid}')"
}
An example where the entire JSON string is provided in Job Info 1:
%1
Constructing the JSON string by retrieving information from a XML job data file.
{
"first":"xmlget('/request[1]/values[1]/first[1]',Value,KeepCase,NoTrim)",
"last":"xmlget('/request[1]/values[1]/last[1]',Value,KeepCase,NoTrim)",
"email":"xmlget('/request[1]/values[1]/email[1]',Value,KeepCase,NoTrim)"
}
Content Creation Tab
Please refer to the Content Creation tab paragraph from the Workflow documentation.
OL Connect Proxy Tab
Please refer to the Connect Proxy Tab paragraph from the Workflow documentation.
On Error Tab
Please refer to the Using the On Error tab paragraph from the Workflow documentation.
Comments Tab
Please refer to the Comments tab paragraph from the Workflow documentation.