-
I'm a newbie, but have a basic question. I have 3 nodes: Trigger -> Function -> Postgresql The function node is simply creating a string "INSERT into Table1 (val) VALUES (123);" I can see this on debug, but the Postgresql node never executes. How can I get the Postgresql node to exec msg.payload query directly? |
Beta Was this translation helpful? Give feedback.
Answered by
bstin
Aug 26, 2024
Replies: 1 comment
-
Sorry....I just realized I need to set msg.query not msg.payload. Its working.... |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
Alkarex
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Sorry....I just realized I need to set msg.query not msg.payload.
Its working....