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

Notifications

Announcements

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)
  • Verified answer
    WarrenBelz Profile Picture
    153,516 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

  • 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

  • WarrenBelz Profile Picture
    153,516 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

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

Forum hierarchy changes are complete!

In our never-ending quest to improve we are simplifying the forum hierarchy…

Ajay Kumar Gannamaneni – Community Spotlight

We are honored to recognize Ajay Kumar Gannamaneni as our Community Spotlight for December…

Leaderboard > Power Apps

#1
Kalathiya Profile Picture

Kalathiya 421

#2
WarrenBelz Profile Picture

WarrenBelz 365 Most Valuable Professional

#3
MS.Ragavendar Profile Picture

MS.Ragavendar 339 Super User 2025 Season 2

Last 30 days Overall leaderboard