Tim,
First off when you are inserting a flow in a thread it needs to be formated correctly or it will not be importable by others. Please read How to share code or flow json then edit your post and fix it. (click the pencil icon under your post )
Secondwhat have you tried so far?
- have you defined the MySQL database and table?
- which node are you using to talk to MySQL?
I would also suggest you create a new flow with a insert
that contains your query, the mysql node you are using and a debug
node (set to display the complete msg object) so you can see the results. You might want to add a catch
node connected to another debug
node (set to display the complete msg object) to catch any errors.