String variable --> context.set("string variable", "on");

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. :slight_smile:
Thanks

1 Like

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.