Forum Discussion

hg0596's avatar
hg0596
Copper Contributor
Jun 02, 2026

Microsoft list item not loading and giving "Getting your data..." error

I have a Microsoft list which has a custom form using Power Apps. I am able to enter new entries into the list but when I click any previously entered list item, it shows "Getting your data..." but does not load even after long. Screenshot shown below: 

 

1 Reply

  • Hi, because new items work but existing items do not, check the custom form's Item property first. It should normally use SharePointIntegration.Selected, and the OnEdit/OnView actions should put the form in the correct mode. Refresh the SharePoint data source, inspect App Checker for formula errors, and test an item with very simple data. Then publish the latest form version and try an InPrivate browser window. If the default SharePoint form opens the same records, the issue is inside the Power Apps customization. Complex lookup/person columns or an OnVisible/OnStart formula waiting on data are common places to investigate.