Skip to content

Commit b5f6cd4

Browse files
authored
Update tutorial-power-automate-with-mysql.md
1 parent 0e525ba commit b5f6cd4

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

articles/mysql/flexible-server/tutorial-power-automate-with-mysql.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.subservice: flexible-server
66
ms.topic: quickstart
77
author: mksuni
88
ms.author: sumuth
9-
ms.date: 1/15/2023
9+
ms.date: 9/29/2023
1010
---
1111

1212
# Tutorial: Create a Power Automate flow app with Azure Database for MySQL - Flexible Server
@@ -86,5 +86,14 @@ After saving the flow, we need to test it and run the flow app.
8686

8787
:::image type="content" source="./media/tutorial-power-automate-with-mysql/run-flow-to-get-rows-from-table.png" alt-text="Screenshot that shows output of the run.":::
8888

89+
## Triggers
90+
91+
Azure database for MySQL connector supports triggers for when an item is created in MySQL or when an item is modified. A trigger is just an event that starts a cloud flow. Before using triggers, make sure your table schema has "created_at" and "updated_at" columns which are of type timestamp. The trigger use these columns to understand when a new item was create or modified and initiate the automated flow.
92+
93+
|Trigger|Description|
94+
|----|----|
95+
|(When an item is created)[./connectors/azuremysql/#when-an-item-is-created]|Triggers a flow when an item is created in MySQL (Available only for Power Automate.)|
96+
|(When an item is modified)[./connectors/azuremysql/#when-an-item-is-modified]|Triggers a flow when an item is modified in MySQL. (Available only for Power Automate.)|
97+
8998
## Next steps
9099
[Azure Database for MySQL connector](/connectors/azuremysql/) reference

0 commit comments

Comments
 (0)