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

1


13 Sep, 2022
confluenceUser
confluenceUser

I don't think the API Builder will work with Multi Paged Form, only single forms.

RELATED QUESTIONS

Your answer


To answer a question you'll need an account.

Print