Question
Ganga
IN
Last activity: 27 Mar 2023 9:25 EDT
how to assign parameter values for the existing script
I have a situation where I have a script which has multiple parameters in it. I need to assign values to the parameters at one shot.
sample script:
list1{
{
"parameter1" : "value1",
"parameter2": "value2"
"parameter N": "value N"
}
}
I need to assign values. How can I do it
Any help would be appreciated.