how can I get this working?
let s = "DGWZ";
I need : context.set("DGWZ","on");
let s = "DGWZ"; flow.set(s,"ON") return msg;
was to easy. Thanks