How to bind form parameters to POST Parameters and URL?
Confluence User - 21 Sep, 2017
I have collected data in a form. How do I do the following:
1) format the JSON URL using a value from the form (e.g. http://path/to/resources/{resource_id} if resource_id was entered in the form)?
2) bind form parameters to the POST Parameters? It takes name and value. How do I reference the form value? Are these values static values or dynamic values?
In the second step of the JSON Tool (which has the label "Store To Form"), I see Field Mapping and that seems which does have a drop down for form ids. To me, this is saving the result of the JSON call.
Thanks,
Chris
forms;json