1
0
-1
1 answer
- 10-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
- Marcus Huang
I saw this KB, but currently I could not know how to design for form grid and sub form grid.
Add your comment...
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 ?