Forum Discussion
Anonymous
5 years agoNot applicable
Send a notification to user when data is refreshed
Hello All,
i am trying to set up a flow where we can send snapshot of report or performance summary notifcation with link to user whenever data will refreshed.
i tried subscribe but its not working for hidden report.
so can you please suggest me any workaround
Thanks
Pragati
1 Reply
- lbendlin
Super User
Dataset refresh completion currently does not have a trigger associated (unlike Dataflow refresh which has).
You have two options
- change the notification settings in the dataset to always notify, not just on failure
- poll the refresh history for the dataset via API calls and catch when the "end date" is no longer empty for the first refresh in the list.