Forum Discussion

Deleted's avatar
Deleted
Aug 16, 2018

PowerApp 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, or I can click out of the form and reopen it and then it will work.  Anyone experiencing a similar issue?  

55 Replies

  • Ryan Robinson's avatar
    Ryan Robinson
    Copper Contributor

    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.

  • Alan Chai's avatar
    Alan Chai
    Copper Contributor

    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. 

    • Deleted's avatar
      Deleted

      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 k's avatar
        chand k
        Copper 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?

Resources