Hello
@EmployeeACan you try this:
{ "type": "array", "items": { "type": "object", "properties": { "name": { "type": "string" }, "link": { "type": "string" }, "id": { "type": "string" }, "type": {}, "size": { "type": "integer" }, "referenceId": { "type": "string" }, "driveId": { "type": "string" }, "status": { "type": "integer" }, "uploadSessionUrl": {} }} }
If the above does not work. Please add a Compose action before the Parse Json action.
In the Compose put the dynamic content you are referencing in the parse JSON.
This is just to see what the JSON output looks like from the run.
—Josh
If you like my post please hit the "Thumbs Up" -- If my post solved your issue please "Mark as a Solution" to help others