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 / SP connector unable to...
Power Apps
Unanswered

SP connector unable to retrieve all of the data

(0) ShareShare
ReportReport
Posted on by Microsoft Employee

Hi,

We started experiencing this strange issue since a couple weeks ago.

 

We have an app based on a SP list, where all the data get fetched from, and saved to.

Some of the columns in that list are versioning enabled (any edited/added content is appended to the previous content).

For example, there's the column "Diagnosi", which is a multi-line text field with versioning.

 

We started using the list a couple months ago. 

Since the problem started, some of the fields in the older records appear to be blank! The data is there, as it can be seen in the Sharepoint list record viewer, but it does not show up in the application.

 

I'd like to stress that this doesn't happen with all of the records.

And that the problem only affects those fields where versioning is enabled.

 

Any ideas about how to fix this?

TA

app.png
sharepoint list.png
Categories:
I have the same question (0)
  • v-siky-msft Profile Picture
    Microsoft Employee on at

    Hi @Anonymous ,

     

    I have made a test on my side, but don't have the issue you mentioned.

    Snipaste_2019-12-18_16-31-46.pngSnipaste_2019-12-18_16-31-57.png

    Could you please follow my setting of preview and experimental features, delete the form and re-add it again to check if the issue is fixed?

    Snipaste_2019-12-18_16-36-37.png

    Best regards,

    Sik

  • Community Power Platform Member Profile Picture
    Microsoft Employee on at

    Hi

    thank you for replying.

    I tryied your suggestions but they did not work.

     

     

    I thought that this problem might have been caused by the fact that I modified the gallery to display data from a local collection rather than from the source list (in order to avoid incurring into delegation issues).

    This is how I was collecting the data:

    ClearCollect(
     localcopy,
     Filter( //skip tickets closed since more than 30 days
     LastN('helpdesk-ticketing';2000),
     !closed || 'Created' >= DateAdd(Today(), -30, Days)
     )
    )

     

    But I switched back to using the source directly and the issue is still persisting!

    Could it be a problem on the Sharepoint side?

  • v-siky-msft Profile Picture
    Microsoft Employee on at

    Hi @Anonymous ,

    Could you make a test in a new app to avoid any other factors? Please refer to the following steps.

    1. Check my Multiple lines of Text column setting.

    Snipaste_2019-12-19_11-35-08.png

    2. Ensure the experimental and preview features are the same with what I post above

    3. Delete all SharePoint connections and re-add them

    4. Add a edit form, set the Items property to First('SP list') to check if that column value is displayed.

    Best regards,

    Sik

     

  • Community Power Platform Member Profile Picture
    Microsoft Employee on at

    how did you get to that "edit column" menu?

     

    Do I need to build a new app, a new list or both?

  • v-siky-msft Profile Picture
    Microsoft Employee on at

    That menu is from here:

    Snipaste_2019-12-19_17-25-58.png

    Yes, I suggest you create a new app and a new list to test, in order to avoid any factors influence.

    Sik

  • Community Power Platform Member Profile Picture
    Microsoft Employee on at

    ok thank you for that!

    I was already using the same settings, except that the number of lines for editing was set to 100. 

    Please note that in that menu the option for enabling versioning is missing. I prefer to use the list configuration page.

    I suppose you already know, but just to be clear, this is for enabling versioning in whole list:

    sp versioning.png

     

    And this is how you activate it for a specific field

    sp versioning column.png

     

     

    Anyway, I couldn't replicate the problem with a new App and a new SP list (with a multiline text field with versioning enabled).

     

    I'd like to stress that the problem appears only with some records, seemengly at random, but mostly with older ones

     

  • Community Power Platform Member Profile Picture
    Microsoft Employee on at

    Hi, 

    I now realize what the problem actually is. 

    The app will always display the last recorded input in the field. 

    So if I edit a record and change some other field, but NOT the versioning-enabled field, then the new data committed to the list will be null for that field. For example, if the field "problem" is versioning-enabled:

     

    A record: { ticket: 1; description: "blabla"; problem: "this&that" } 

    Edited record: { ticket: 1; description: "blabla & bla"; problem: "this&that" } 

    Data to commit upon submit: { ticket: null; description: "blabla & bla"; problem: null }

     

    this is not a problem for the field ticket, but it is for the field "problem". Now the latest version of "problem" = null, and the app finds nothing more to display. 

     

    I would like the SP connector to always find the last non null value and display that.

    But I reckon that this problem stems from the fact that I'm using Patch() instead of SubmitForm(), as that was offered to me as a solution to a different problem.

     

    EDIT: testing proved that these two issues are not related.
    The problem is: when a field with versioning enables is not updated during a record update, then that field reads as blank. This must be a bug of the Sharepoint connector.

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!

Congratulations to the March Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
Vish WR Profile Picture

Vish WR 633

#2
11manish Profile Picture

11manish 588

#3
Valantis Profile Picture

Valantis 457

Last 30 days Overall leaderboard