Forum Discussion

Ward84's avatar
Ward84
Copper Contributor
Nov 07, 2022

Sharepoint list collapsible records

Hello,   I'm trying to make a sharepoint list where i keep my task. But i want it to connect it to another sharepoint list where i keep my progress on my task. And i want to combine these 2 list s...
  • ganeshsanap's avatar
    Nov 07, 2022

    Ward84 This is not possible using SharePoint out of the box lists capabilities in modern experience. You will need custom solution for this.

     

    Options for you:

    1. OOTB: Add both lists on a site page using "List" web part and use dynamic filtering to connect them. Connect web parts in SharePoint 
    2. PowerApps: You can develop canvas application in which you can easily show the lists using nested gallery controls
    3. SPFx: This requires coding & development experience. You can build your own web part using SPFx to show two nested lists. Check:
      1. sharepoint-framework-overview 
      2. sp-dev-fx-webparts   

    Please click Mark as Best Response & Like if my post helped you to solve your issue. This will help others to find the correct solution easily. It also closes the item. If the post was useful in other ways, please consider giving it Like.

Share

Resources