Nested Dynamic Filtering on web parts does not work #9994
Labels
Needs: Triage 🔍
Awaiting categorization and initial review.
type:bug-suspected
Suspected bug (not working as designed/expected). See “type:bug-confirmed” for confirmed bugs.
Target SharePoint environment
SharePoint Online
What SharePoint development model, framework, SDK or API is this about?
💥 SharePoint Framework
Developer environment
None
What browser(s) / client(s) have you tested
Additional environment details
Describe the bug / error
There seem to be changes to the dynamic filtering between List Web Parts. With these changes, and when adding multiple dynamic filtering, it breaks the behavior and fails to filter the last list. If 3 lists are connected with dynamic filtering, meaning that one list act as a filter for one list, while also getting filters from another list, it won't filter correctly in the last list:
However we can see that the dynamic filter is set correctly on all Web Parts, since:
DynamicFiltering.mov
See Community post for reference
Steps to reproduce
Expected behavior
Until now, Dynamic filtering had no issues with nested/multiple dynamic filters. After choosing an item in List 1, you'd be able to choose an item in List 2 and with that get a filteres result in List 3.
The text was updated successfully, but these errors were encountered: