Hi there, I am getting the error mentioned above using Parse JSON action. Looking at the error message, I guess the issue is coming from Bill_Number?
{
"errors": [
{
"message": "Invalid type. Expected Object but got Array.",
"lineNumber": 0,
"linePosition": 0,
"path": "Report.Tablix3.Matter_Code_Collection.Matter_Code[12].Matter_Name_Collection.Matter_Name.WIP_Status1_Collection.WIP_Status1.Bill_Number_Collection.Bill_Number",
"schemaId": "#/properties/Report/properties/Tablix3/properties/Matter_Code_Collection/properties/Matter_Code/items/properties/Matter_Name_Collection/properties/Matter_Name/properties/WIP_Status1_Collection/properties/WIP_Status1/properties/Bill_Number_Collection/properties/Bill_Number",
"errorType": "type",
"childErrors": []
}
]
}
I checked the Schema and it is saying that Bill_Number is an object. I am still pretty new to this JSON thingy, can someone please shed some light? Thanks

Workflow:
