Forum Discussion
PowerApp forms get stuck on "Getting your data..."
Hi guys,
I too was having the same issue but resolved it by:
1. Changing the form name in the Tree view to the left to its default value, which is SharePointForm1.
2. by adding
ResetForm(CreateItemForm); RequestHide()
to the OnSuccess field as Ryan Robinson suggested but obviously added my Form name instead of using "CreateItemForm", so my string looked something like this ResetForm(SharePointForm1); RequestHide()
3. I also added:
If(IsBlank(SharePointIntegration.Selected) || IsEmpty(SharePointIntegration.Selected),First('insert data source name'),SharePointIntegration.Selected)
to the Item field in the same advanced properties menu for the problematic form as the field was blank for me for some reason.
I hope this works for somebody else as well :)
Sheldor This is brilliant. Thanks. You saved me HOURS of frustration. It's like Christmas came early. 😉
Ang
- Carolina_MiCFeb 01, 2020Copper Contributor
I feel like I'm missing something here. Are we saying that if you just straight up follow the instructions located here...that we still have to add extra formulas to get the form to work properly? I followed this well written tutorial and I'm getting stuck in the same spot as y'all. I wonder if the PowerApps and SharePoint teams actually know about this?
I have a ticket in the hopper with the SharePoint team on this. It will be interesting to see how it all turns out.
- Jul 16, 2024
The 'Getting your data' error often occurs when there's a mismatch between the display names used in SharePoint and Power Apps. This discrepancy can lead to issues in data retrieval and filtering. In my experience, using the email address instead of the display name helps to avoid this problem because email addresses are unique and consistent across both platforms. By filtering based on email addresses, you can ensure that the correct data is fetched without encountering the mismatch error.
- Levis_MasondeFeb 21, 2022Copper Contributor
Carolina_MiC how did it turn out?
- JeffThielNov 04, 2020Copper Contributor
Carolina_MiC I'm with you on this. Did you get any feedback from support? The "fixes" in this post appear to be workarounds to a root problem with power forms and SP. I found it best to simply delete all versions of form and start over. My list is quite simple though.