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 Pages / Power Pages and ShareP...
Power Pages
Unanswered

Power Pages and SharePoint

(0) ShareShare
ReportReport
Posted on by 39

I have SharePoint enabled in my Power Pages.  That works fine.  The document location has several subfolders within it like this.

 

[Document Location]

   |___> Subfolder 1

   |___> Subfolder 2

   |___> Subfolder 3

 

Is it possible to load three different SP subgrids on my form each of which starts in a specific subfolder?

Categories:
I have the same question (0)
  • wayneiles1 Profile Picture
    2 on at

    Have exactly the same scenario currently that I'm scratching my head about. Did you find a solution for this?

  • Lorne_PEI Profile Picture
    39 on at

    @wayneiles1 

    I did find a solution which works well.  With the following folder structure and the JavaScript, the subgrids load into the proper subbfolders.

     

    [Document Location]

       |___> Ownership Documents

       |___> Current Photos

     

    var target1 = document.querySelector('#ownership_documents .sharepoint-loading');
    var observer = new MutationObserver(function(mutations) {
     $("#ownership_documents tr[data-foldername='Ownership Documents'] a").click();
    });
    observer.observe(target1, {attributes: true, childList: true, characterData: true});
    
    var target2 = document.querySelector('#current_photos .sharepoint-loading');
    var observer = new MutationObserver(function(mutations) {
     $("#current_photos tr[data-foldername='Current Photos'] a").click();
    });
    observer.observe(target2, {attributes: true, childList: true, characterData: true});

     

    Hope this helps.

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 April Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Pages

#1
11manish Profile Picture

11manish 56

#2
Valantis Profile Picture

Valantis 46

#3
rezarizvii Profile Picture

rezarizvii 25

Last 30 days Overall leaderboard