Forum Discussion
PowerApp forms get stuck on "Getting your data..."
Yes. I am seeing the same problem. I rebuilt the app with no success.
If you found a fix, please do share. Thanks in advance.
I 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.
- chand kAug 31, 2018Copper Contributor
I have the same issue, my edit forms and datatables dont load for some users when navigated to these screens and they see the message "getting your data" and they never load. Any ideas?
- Alan ChaiAug 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!