Hi,
I have a gallery ('HR01Gallery') pulling through SharePoint list data from a list named 'HR01'. This list contains a column named 'Form Status'.
I have a dropdown list ('FormStatusDropdown') which connects to 'HR01' and displays the Value of the 'Form Status' column. The values in this column are either 'Submitted', 'Approved', or 'Rejected'.
I'd like to be able to change the gallery items displayed based on the dropdown item selected. For example, if I select 'Approved' in the dropdown, the gallery only shows those records with a 'Form Status' of 'Approved'.
Can someone please kindly point me in the right direction?
Thanks