Joget DX 8 Stable Released
The stable release for Joget DX 8 is now available, with a focus on UX and Governance.
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"}
I don't think the API Builder will work with Multi Paged Form, only single forms.
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"
}