1
0
-1
2 answers
- 10-1
Assumption:
Form A contains list grid
List grid is coming from a Datalist
Datalist is coming from Form B
Form B should have hidden field called parentId
Form A the list grid is configured to use multirow form binder and sourced to FormB and parentId
Create a process with 2 JSON tools
Tool 1 : store to Form A
Tool 2 : store to Form B, add 1 more param: parentId = #form.FormA.id#
should work.
Add your comment... - 10-1
Hi, I assume the list grid data is stored in a separate form table? In this case, you can try using the hash variable Hash Variable#FormHashVariablebyIndex.
Add your comment...
I want to post data which is a list grid in form, but I searched KB in community, it is over my head. So how should I set the json param in json tool ?