Hi Good Evening ,
I want add the new column exsisitng json below mentioned JSON file
{
"name": "page3",
"title": "Blood Pressure Form",
"elements": [
{
"type": "text",
"name": "question23",
"title": "Sys/Dia"
},
{
"type": "radiogroup",
"name": "question24",
"title": "BP Treated",
"choices": [
"Yes",
"No"
]
},
{
"type": "text",
"name": "question25",
"title": "Pulse"
}
]
}
Loading

Venkat GovindPosted Dec 12, 2024, 4:25 AM
Hi jayaraj,
Thanks for your response , I want to add new column inside of the elements , no need to elements.
Jayraj ChhayaPosted Dec 11, 2024, 2:15 PM
Hi @Venkat Govind,
To add a new column to the existing JSON structure in Angular, you can simply push a new object into the "elements" array.