web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

News and Announcements icon
Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Apps / Getting Error on DataS...
Power Apps
Answered

Getting Error on DataSource - Did not find any data

(0) ShareShare
ReportReport
Posted on by 36

Hello Team,

 

I have a Customized SharePoint, until yesterday the SharePoint was working fine. When I tried to check the SharePoint list. It is throwing an error. The error is on the SharePoint Form1 --> DataSource-- [@'Emergency TT Payment'] and Item property from the SharePointForm1 --> Item--> If(IsBlank(SharePointIntegration.Selected) || IsEmpty(SharePointIntegration.Selected),First([@'Emergency TT Payment']),SharePointIntegration.Selected), erro highlighted in Red. Also, in the DataSource, did not find any data. Ideally it will pull the list from ShareP0int. Not sure, what is the error, I have attached the screenshot for your reference. Pls help me out to fix the issue.

 

APES Faster Payment.JPGDatasource 2.JPGDatasource.JPG

Categories:
I have the same question (0)
  • WarrenBelz Profile Picture
    154,463 Most Valuable Professional on at

    Hi @Jaleelford_123 ,

    I am not sure why that is getting an error, but try this

    With(
     {wID: SharePointIntegration.SelectedListItemID},
     If(
     wID > 0, 
    	 LookUp(
     'Emergency TT Payment',
     ID = wID
     ),
     First('Emergency TT Payment')
     )
    )

     

    Please click Accept as solution if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If the content was useful in other ways, please consider giving it Thumbs Up.

    Visit my blog Practical Power Apps

  • Jaleelford_123 Profile Picture
    36 on at

    Thanks Warren.

     

    The issue here is on the DataSource, data not pulling from Sharepoint list. Where in on my other Void SharePoint item, the DataSource is pulling the data. Not sure, what is the issue in the Emergency TT SharePoint. Pls help me with the solution.

     

    DataSource error.JPGVoid SP.JPG

  • Verified answer
    WarrenBelz Profile Picture
    154,463 Most Valuable Professional on at

    Hi @Jaleelford_123 ,

    The error is in the Issue message

    WarrenBelz_0-1653337552077.png

    The maximum is 12 lookup and person columns (combined). I mostly use none of either - this blog of mine on data structure may be of interest to you.

     

    Please click Accept as solution if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If the content was useful in other ways, please consider giving it Thumbs Up.

    Visit my blog Practical Power Apps

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Users!

Kudos to our 2025 Community Spotlight Honorees

Congratulations to our 2025 community superstars!

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 542 Most Valuable Professional

#2
Haque Profile Picture

Haque 206

#3
Kalathiya Profile Picture

Kalathiya 201 Super User 2026 Season 1

Last 30 days Overall leaderboard