How to configure json tool to post data

Confluence User - 14 Nov, 2022

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 ?

datalists;forms

2


15 Nov, 2022
confluenceUser
confluenceUser

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.

16 Nov, 2022
confluenceUser
confluenceUser

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.

RELATED QUESTIONS

Your answer


To answer a question you'll need an account.

Print