How to post multiple data via API

Confluence User - 16 Apr, 2025

I have one extenal system API schema as:

{ "id": string,

"list":[

    "year":[

         "month": string 

     ...

     ],

    "Action":[

         "Status": string

          ...

          ],

    "createdBy": string

   ]

}

So how could I design the form ?

forms

2


17 Apr, 2025
confluenceUser
confluenceUser

create a form in joget, then use api builder > form > insert/update form

go to oas3 document tab in api builder and test it out. it should show the schema based on the fields you added into the form

Form - Marketplace Knowledge Base - Joget | COMMUNITY

17 Apr, 2025
confluenceUser
confluenceUser

I saw this KB, but currently I could not know how to design for form grid and sub form grid.

RELATED QUESTIONS

Your answer


To answer a question you'll need an account.

Print