DX7 API Builder Form Element Funciton BUG
Confluence User - 01 Sep, 2022
method:add data to form
reason:I design a form example A, A contains MultiplyPagesForm Element which has 2 pages ,
they are form a1 and a2, it cause error after I add data to form by form api.
error: the data of a2 did not work,only data of a1 insert sucess
multiplyPagesForm_2 data insert fail
{
"multiplyPagesForm_1": {
"categoryName": "string",
"name": "11111",
"belongCompany": "string",
},
"multiplyPagesForm_2": {
"name": "22222"
},
"dateCreated": "2022-09-01",
"dateModified": "2022-09-01",
"createdBy": "string",
"createdByName": "string",
"modifiedBy": "string",
"modifiedByName": "string"
}
server;forms