I have an issue with outputting sequential data if the field that should be iterated has a null value in the JSON.
JSON:
{
"data":{
"contact":{
"array": null
}
}
}
In the document I have the next dat…...applied and there is the following line: engine.setOptions(ReportBuildOptions...