Copy link to clipboard
Copied
Hi,
The doc genration is failing when JSON has any html tags. Follwing is one of the example
{
"Sample field": "<p>Test</p> <p><em><strong>Test</strong></em></p>"
}
Referring in the document template as {{Sample field}}
API failing with the following error
Name | Value |
code | INVALID_JOB_ID |
message | Invalid job id present in path param. |
Can someone help us if we are missing anything wrong here.
If you try that with the playground, does it work? https://documentservices.adobe.com/dc-docgen-playground/index.html#/
I ask because your error does not seem related to the content.
Copy link to clipboard
Copied
If you try that with the playground, does it work? https://documentservices.adobe.com/dc-docgen-playground/index.html#/
I ask because your error does not seem related to the content.
Copy link to clipboard
Copied
Thank you. It helped us in debugging the issue.