11-06-2020, 06:55 AM
Dear Admin.
It works now .
My problem as i have declared the Function Boolean to be a text with a "" instead of Boolean without the "".
msg.payload= "true";
return msg;
It should be below without the "" on the true
msg.payload= true;
return msg;
It works now .
My problem as i have declared the Function Boolean to be a text with a "" instead of Boolean without the "".
msg.payload= "true";
return msg;
It should be below without the "" on the true
msg.payload= true;
return msg;
Thank You
Regards
Subas
Regards
Subas