Ok, I have searched through the posts, and I am still confused.
Here is the scenario, I have an app, that uses 7 excel spreadsheets, the spreadsheets are generated every evening.
they are shared on a OneDrive, all users have access to it.
when I update the spreadsheets, (they are overwritten with new data) the data doesn't get updated in the app. I have hit the refresh, and it says its successful, but it is almost like its cached. and nothing changes.
If I remove the DataSource and readd it, it updates. (not sustainable)
Now I am going to go to a SQL database, and use tables, but that is down the road, once I have it all datapoints, and structure set up.
My question after all that is this.
Is there a way to reload the data, or delete the cached data to make it do a call to the spreadsheets?
would it be better to put it into a SharePoint Doc Library? would that speed up the cache reload?
am i way out in left field?
any ideas and suggestions would be appreciated!
thanks
Guy (90_percent)