Hi there, I have already built a flow that, basically, opens an Excel which connects to a Power BI dataset, updates the data and copies it to another Excel file (values only). The flow is always running and I made it repeat its actions every hour.
The problem is that it sometimes does not update old data while bringing the new ones into the destination file!! If I stop the execution and restart it, the old data get up-to-date.
It seems some sort of cache issue. What can we do?
Thanks