In case you have to send it as an actual array, then you would have to set an expression like this: {{ {"plainPassword": [{"password": "topSecret007", "confirm": "topSecret007" }]} }}
Honestly this is the fastest forum i have ever worked on. This is the most incredible piece of technology developed changing the way less technical people can work.
Thank you so much for this amazing product and the great support!!
Hello all, facing the same issue here. I am trying to get the skuId value from Merge 3 node and set it as an array. I have done as you guys stated above
{{ {$node[“Merge3”].json[“skuId”]} }}
but it gave me [ERROR: invalid syntax] error. Can you please help how can I get the value?
You should probably open a new topic. But to answer the question. The expression has an extra { } around it, which seems odd to me. and is probably the reason why it is failing as it doesn’t seem like correct syntax indeed.
Also not sure if what you are doing is the best idea, but would be great to get a new topic with your issue and some more info on it so we can give a proper answer.