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 / Changing data source t...
Power Apps
Unanswered

Changing data source to sharepoint and problem with canvas elements

(0) ShareShare
ReportReport
Posted on by Microsoft Employee

Hi, I changed the data source in my application from dataverse to sharepoint and now I have a problem with e.g. labels. I have the ThisItem.ID function set on them In dataverse I had such a column and in SharePoint I created an identical one and I get a problem about incorrect use of dot

Categories:
  • Community Power Platform Member Profile Picture
    Microsoft Employee on at

    I think, that i have problem with filter in BrowserGallery1:

    Sort(Filter(
     TabCrysisSP,
     (
     IsBlank(TextSearchBox1.Text) ||
     TextSearchBox1.Text in Text(Item)
     ) &&
     (
     IsBlank(TextSearchBox2.Text) ||
     TextSearchBox2.Text in Text(MCO)
     ) &&
     (
     IsBlank(TextSearchBox3.Text) ||
     TextSearchBox3.Text in Text(ProductionLine)
     ) &&
     (
     IsBlank(TextSearchBox4.Text) ||
     TextSearchBox4.Text in Text(Typeno)
     
     ) &&
     (
     IsBlank(TextSearchBox5.Text) ||
     TextSearchBox5.Text in Text(Vendor)
     ) &&
     (
     IsBlank(TextSearchBox7.Text) ||
     TextSearchBox7.Text in Text(Comments)
     ) &&
     (
     IsBlank(ComboBox1.Selected.Value) ||
     Text(Status) = ComboBox1.Selected.Value
     ) &&
     (
     IsBlank(ComboBox2.Selected.Value) ||
     Text(CFT) = ComboBox2.Selected.Value
     ) &&
     (
     IsBlank(ComboBox3.Selected.Value) ||
     Text(Action) = ComboBox3.Selected.Value
     ) &&
     (
     IsBlank(ComboBox4.Selected.Value) ||
     Text(Criticality) = ComboBox4.Selected.Value
     ) &&
     (
     (Date(Created) >= DatePicker1.SelectedDate
     Or IsBlank(DatePicker1.SelectedDate))
     And
     (Date(Created) < DateAdd(DatePicker2.SelectedDate, 1, Days)
     Or IsBlank(DatePicker2.SelectedDate))
     )
    ), ID)

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

Season of Sharing Community Challenge Winners!

Congratulations to our community stars!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Congratulations to the July Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
11manish Profile Picture

11manish 393 Super User 2026 Season 2

#2
Mohsin Ali Profile Picture

Mohsin Ali 328

#3
WarrenBelz Profile Picture

WarrenBelz 278 Most Valuable Professional

Last 30 days Overall leaderboard