How to get the data of nested json object in the form.
Confluence User - 13 Apr, 2023
I am trying to get the data of nested JSON object in the form by calling API in the JSON Tool of load data form but getting only the data of outer base JSON object and fail to nested JSON object.
I made two forms one for the outer JSON object and another for nested JSON object with form id same as the name of nested JSON object and add second form in the Subform repeater of first form.
I also add first form in the Subform repeater and call the API to get the data but no luck.
above form is my main for in which i am getting data and in the Subform repeater i passed the id same as nested JSON object whose screenshot is given below
Response of API and I am getting data of questions not questions_details.
forms;jsontool;jsonapi


