Hello Node Red forum
I need your help with a syntax problematic
v_pco="63488";
v_txt="Hallo";
test=["p[3].b[6].pco=63488", "p[3].b[6].txt=\"Hallo\"" ];
msg.payload=test;
if I send this variable with msg.payload=test; it works.
However, I would like to use v_pco and v_txt as a separate variable.
But here I have a problem with the quotation
How must the syntax be structured so that the data is passed on correctly?
