Hello Everyone,
i need your help please ,
I have Combobox1 Items= (Distinct(Task, 'Status').Result ) to get the status Items .
Now i need to apply the selection from Combobox1 on Gallery2 , to be filtered by the Status.
Note: Gallery2 is already filled from another Gallery1. Gallery2 Items = Filter(Task, Resource=Gallery1.Selected.Resource)
anyone can help me in this please