I could solve the issue but now there is another problem in accessing the JSON fileds,
jsonPath($, "$PipelineData[].[‘ChildPipelineInstanceId’])
jsonPath($, “$PipelineData[].['ParentPipelineInstanceID ']”)
both these expressions should give me correct result, but surprisingly, I get an error “Failure: Invalid JSON-path: $PipelineData[].[‘ChildPipelineInstanceId’], Reason: Field not found in JSON object: ChildPipelineInstanceId, Resolution: Check the path syntax”
I even tried different path : jsonPath($, “$PipelineData[]..ChildPipelineInstanceId”)
Below is my JSON :
![]()
![]()