Good morning,
Again im here for help!
What Im trying to achieve:
Task is to import all MySQL entries into MSSQL server.
Whenever user fills php form these data must be sent to MySQL and MSSQL.
Where Im stucked now:
I dont know how to push these values (for example payload[0].id ) into MSSQL, and what should be written into function node.
Injection node msg.topic: SELECT * FROM input_data ORDER BY id DESC LIMIT 1;
Question:
Is it even possible to make this thing automatic? Something like watchdog for MySQL DB?
Every help will be appreciated! Thanks!