1
0
-1

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 ?

    CommentAdd your comment...

    1 answer

    1.  
      1
      0
      -1

      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

      1. Marcus Huang

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

      CommentAdd your comment...