Forum Discussion
Anonymous
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,...
Databoss
Aug 30, 2023Copper Contributor
Thanks Sheldor
This is what worked for me, I added this to the OnSuccess field of the form
Navigate(Screen2);
ResetForm(Form1);
RequestHide()
Where:
Screen2 is the name of the screen I want to navigate to after the form is successfully submitted
Form1 is the name of the form.
Udghosh
Jan 17, 2024Copper Contributor
I am having a the same issue but my app is set up a little differently, I have a home screen that is just buttons to navigate to different screens. The actual form is a splir of a couple things. A couple custom input fields and a repeating field gallery. Due to the requirements, this (and not the edit form) was the only way to do it. Due to this I don't actually have a form control per se. My app gets stuck on getting your data right when I start it. Any ideas?