Action Mysql Insert
Last updated
Was this helpful?
Last updated
Was this helpful?
If you want to insert some data into your database table - use this action.
Enter Table Name
Define columns count you want to insert, their Name(s) and Value(s).
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