local variables code example
Example 1: local variable
return render(request,'uploadb.html',{"i":i})
Example 2: how to define local variable
Local variables are temporary values you set in your request
scripts using syntax :
pm.variables.set("variable_key", "variable_value");