Forum Discussion
Send a email notification from shared mailbox post dataset refresh
- 3 years ago
PowerAutomate is an appropriate tool. You have two options
a) Initiate a standard refresh request and then poll the refresh history of that dataset in reasonable intervals (not more frequently than every five minutes) until the End Date of the latest history entry is no longer undefined. Then check the status and send email if successful
b) write your own custom connector, initiate an enhanced API refresh request, collect the request ID and do the above polling based on that request ID.
PowerAutomate is an appropriate tool. You have two options
a) Initiate a standard refresh request and then poll the refresh history of that dataset in reasonable intervals (not more frequently than every five minutes) until the End Date of the latest history entry is no longer undefined. Then check the status and send email if successful
b) write your own custom connector, initiate an enhanced API refresh request, collect the request ID and do the above polling based on that request ID.