Forum Discussion
Notification when refresh event from Data Factory Pipeline is executed
- 1 year ago
Hi julsr
Use a Web Activity in your ADF pipeline to trigger a Logic App or Power Automate Flow that sends an email notification. Configure the Web Activity to run only after the pipeline completes successfully.
Did I answer your question? Mark my post as a solution, this will help others!
If my response(s) assisted you in any way, don't forget to drop me a "Kudos" 🙂
Kind Regards,
Poojara
Data Analyst | MSBI Developer | Power BI Consultant
Consider Subscribing my YouTube for Beginners/Advance Concepts: https://youtube.com/@biconcepts?si=04iw9SYI2HN80HKS
Assuming you are referring to refreshing the report,
You can have a list of semantic models as an input array and pass it as an input to a foreach activity (which can be sequentail/parallel) and in case of succesful completion of foreach activity, you can use outlook activity to send email notification for the same