How to set and use dynamic variables on JSON Input file like this {{START_DATE}}

HI All,

I have a task where I have the set json pairs as global parameters and use them as input to another json file and determine the values dynamically something like below:
{

“Time”:
“gte”: “{{START_DATE}}”
“lte”:"{{END_DATE}}""
}

How to send DYNAMIC GLOBAL PARAMETERS ON INPUT JSON FILE.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.