Access form data in JSON Tool and send it via POST API

Confluence User - 16 Nov, 2021

How can i access the form data in the JSON tool,  Need to trigger an API call with form data.
Tried following
> Custom Payload , POST Parameter as JSON payload
> Creating a workflow variable  : #variable.wf_tagui# 
> Assigning variable id : {tagui} 

forms;jsontool;json

5


17 Nov, 2021
confluenceUser
confluenceUser

Hi, to access form data you can use Hash Variable#FormDataHashVariable.

17 Nov, 2021
confluenceUser
confluenceUser

Replace what you circled in red with form hash variable. Example:-

{"tagging_id" : "#form.request.tagging_id#"}
19 Nov, 2021
confluenceUser
confluenceUser

Using Custom oracle database so  its giving null when  "#form.tableName.tagging_id#" is used

19 Nov, 2021
confluenceUser
confluenceUser

Thanks Anders. But its not working. 

04 Jul, 2022
confluenceUser
confluenceUser

how i can use it its not work any other tools


RELATED QUESTIONS

Your answer


To answer a question you'll need an account.

Print