Announcements
Hello everyone,
I have a recursive table in a SharePoint List that contains the following columns:
ID
ParentId
Libelle
(as shown in the screenshot).
Now, I want to apply filters to retrieve, for example, only the items whose root parent has ID = 2.
How can this be done?
Thank you.
ParentalID
Filter(YourList, ParentalID = 2)
With( { rootItem: LookUp(YourList, ID = 2) }, Filter( YourList, IsDescendantOf(ID, rootItem.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.
Congratulations to our 2026 Super Users!
Congratulations to our 2025 community superstars!
These are the community rock stars!
Stay up to date on forum activity by subscribing.
11manish 556
WarrenBelz 412 Most Valuable Professional
Haque 296