Why hash variable not able to retrieve data?
Confluence User - 04 Oct, 2018
Hi,
I have a problem which I use JSON Tool as a post form submission tool. In my JSON Tool with post method, I use JSON Payload to submit data in joget form into external website like this,
{
"CoID":"#form.mtn_uom.CoID#",
"UomCode":"#form.mtn_uom.UomCode#",
"LastUpdateDate":"#form.mtn_uom.LastUpdateDate#"
}
But, the form data hash variable that I used, not retrieve any data,
form;data;hash;variable;json;tool