So i am stuck in gallery2 check box. if i uncheck any of the check box from gallery2 entire data get disappear from Gallery3 instead of the specific checkbox data.
Attached are screenshot for reference where i have selected all the check box from gallery2 and all the data is visible. another screenshot where i have unchecked (B) check box from gallery2 and all the data get disappear from gallery3, Ideally only B1 should disappear.
Adding Addition information
Gallery 2 Check box properties are
Onselect - If(Checkbox2_5.Value,Collect(Lever , ThisItem.SolutionImpactLever),Clear(Lever))
Oncheck - Collect(Lever,LookUp(Lever,Gallery1_2.Selected.Checkbox2_5.Value))
OnUncheck - Remove(Lever,LookUp(Lever,Gallery1_2.Selected.Checkbox2_5.Value))
Gallery 3 Items Property
GroupBy(Filter('ABC','Root Causes' in Root_Map , ' Solution Impact Lever' in Lever),"Solution","Data")