Forum Discussion
Power Automate triggers
Hello,
I have two buttons that are triggered with power automate manually when we click in then. Is there a way to trigger these buttons automatically? for example our database is updated every day at 8h, so I need a way to trigger them automatically after the update!
These buttons send e-mails to our customers. I need a way to send these e-mails after our database is updated.
2 Replies
- nitishsh91Solution Supplier
Hi renanrrsouza
There are 2 options that you can try:
Edit your flow to run on a schedule and use when a data driven alert is triggered
https://docs.microsoft.com/en-us/power-automate/run-scheduled-tasks
https://docs.microsoft.com/en-us/connectors/powerbi/#when-a-data-driven-alert-is-triggered
Otherwise you can have Powerbi button to start and then wait condition to delay running the flow at a certain time
- renanrrsouzaRegular Visitor
Hi, nitishsh91
Let me check these methods and come back here to say if they worked or not! Thanks in advance.