Document generation failing when JSON has html tags
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.
