Action Mysql Insert

If you want to insert some data into your database table - use this action.

  1. Enter Table Name

  2. Define columns count you want to insert, their Name(s) and Value(s).

  3. Use Degug chackbox to see the MySql query in Console tab after you run this Action

So, if wee have a table with structure:

The Action will look like this:

Here is a video tutorial for this Action

Last updated