Forum Discussion
PowerApp forms get stuck on "Getting your data..."
I was also stuck on this and just figured it out as I was in the process of writing a post here, so I'll explain it for the sake of anybody else who comes along.
The part that was missing for me was on the CreateItemForm. Click on the problematic screen in the Screens panel on the left, Advanced Properties, and the OnSuccess field. That needs to be:
ResetForm(CreateItemForm); RequestHide()
I guess when I copied from other forms it didn't keep that default, or it otherwise somehow got lost along the way. I kept looking at the SharePoint Integration formulas and wasn't getting anywhere before I eventually stumbled across that.
- DarkLord506Nov 25, 2025Occasional Reader
This one worked for me. However I noticed that I had to republish the form to apply the changes, I didn't know that. So maybe some things I tried before could work but I didn't republish the form after those changes.
- Hemant2004Jun 14, 2023Copper ContributorIt helped
- John_Michael0216Dec 13, 2022Copper ContributorAfter days of googling this is the best answer that worked for me. Thanks! 😉