if(assignedto == var1)
{
var2 = value.get("id");
}
else if(assignedto != var1)
{
alert("unable to fetch");
}
alert function is not working in the deluge script inside if condition is there any option for doing the alert function in the deluge