Forum Discussion
Deleted
Aug 16, 2018PowerApp forms get stuck on "Getting your data..."
Some, but not all of my SharePoint Forms that are built using PowerApps are getting stuck saying (Getting your data...". The strange thing is that sometimes the data will load then this will happen,...
Deleted
Aug 21, 2018I was able to fix one of the apps. I had added extra functions into the SharePoint Integration for "New Form" and "On Edit". I just changed the order of the functions to put the standard functions that it automatically creates first, and it seemed to fix the problem.
Alan Chai
Aug 21, 2018Copper Contributor
Thank you so much. I can confirm that that fixed the issue. I added a couple of functions to refresh data source and calling NewForm for OnSelect. Much appreciated for the pointers!
Refresh(DataSource);NewForm(Form);Navigate(ScreenView,ScreenTransition.Fade)
- TitaNuetsaJan 26, 2021Copper Contributor
Alan Chai This worked for me today. Thank you. I love the Power App Community!