Forum Discussion
Jano
2 years agoHelper III
Power Automate Button - auto trigger once a day
Hi there, I have the requirement to send out a daily report as a csv attached to an email. The csv data is comming from tables and measures in our central dataset. I created a power automate bu...
Jano
2 years agoHelper III
Hi NandanHegde ,
the flow is dependent on the data received from PowerBI.
The steps are:
-> initalize a variable
-> append data to this variable (json from PowerBI table, published via app in the service)
-> build the csv
-> send the email with csv attached
As mentioned before, if I remove the powerbi trigger and add scheduling, the flow breaks because there is no data to build the csv with etc.