How to set up MySQL automation

How to set up MySQL automation
MySQL
·
11/28/2022
·
3 min. read

MySQL Cluster enables users to meet the database challenges of next generation web, cloud, and communications services with uncompromising scalability, uptime and agility.

Albato lets you connect your MySQL account with hundreds of the most popular apps - without a single line of code! You can automate your daily tasks and focus on what matters most.

First, connect the app to Albato

Next, set up an automation.

Let’s say we need to transfer data to the MySQL account when new Google Sheets rows are added.

Go to the Automation tab and click the New button.

2022-11-23_13-05-05.png

Step 1 - set up a trigger

2022-11-23_13-06-47 (2).png

In the Automation builder select:

  • App - Google Sheets
  • Event which triggers the automation — New row
  • Connection or create a new one

In the additional parameters, specify a spreadsheet and a sheet to get the data from.

Click the Add a trigger button.

unnamed (5).png

Step 2 - set up an action

2022-11-23_13-15-00.png

In the Automation builder select:

  • App — MySQL
  • Action which happens automatically — Create new rows
  • Select your connection or create a new one

In the additional parameters, specify a table to receive the data.

Click the Add an action button.

unnamed (4).png

Step 3 - fill in fields

Follow the hints about the data format for MySQL table.

unnamed (3).png

The dropdown list contains fields from Google Sheets.

unnamed (2).png

Here is an example of filled fields:

unnamed (1).png

The automation is ready!

Click the Start button to run the scenario.


MySQL