Hi ,
I have a properties file under resource section with the below line of property:
userName1=pavan
and I have a JS file with below line of code:
var user=context.getVariable(“userName1”);
print(user);
“user” is actually getting null and it is not fetching value from properties.
Help me why this is happening and How can I fetch the values into JS from properties file.
and I have also tried adding as in JS policy, but still “null” is populating.
Appreciate the support.
Thanks