1
0
-1

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 ?

    CommentAdd your comment...

    2 answers

    1.  
      1
      0
      -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.

        CommentAdd your comment...
      1.  
        1
        0
        -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.

          CommentAdd your comment...