How to reference workflow variable in json payload - json tool
Confluence User - 26 Mar, 2020
Hi -
moving right along with testing the json tool.... have a question regarding workflow variable;
given a workflow variable called "Token", how do we reference it within the json payload. I have tried the following which didnt work:
{
"Method": "EndAPISession",
"SessionToken": "#variable.Token#"
}
{
"Method": "EndAPISession",
"SessionToken": #variable.Token#
}
is there a trick?
thanks!
tony
json;tools;workflow;variable