The Get variable step is used to get access your declared variable’s values, whenever you need a variable value you have declared earlier in your script using Set Variable step what you need to do is drag and drop a Get Variable step and do the followings.
- Go to the Job Folder drag & drop a Get Variable Step
- Nam the value of accessing variable that you can use in other steps
- in the second column give the same name of the required variable as you have declared it in Set Variable Step in below format
- ${variable} or %%variable%%
Example:
variable value ${my_variable as declared in Set Varible}
0 comments:
Post a Comment