Hi,
Drag Evaluate JS step to the Init section and add this code:
if(LR.getParam("NewParam") == undefined)
{
LR.setParam("NewParam","yourValue");
//do here your logic...
}
Is this is what you are looking for?
Hi,
Drag Evaluate JS step to the Init section and add this code:
if(LR.getParam("NewParam") == undefined)
{
LR.setParam("NewParam","yourValue");
//do here your logic...
}
Is this is what you are looking for?