Forum Discussion
chudson002
Oct 04, 2020Copper Contributor
FILTER GALLERY WITH DROPDOWN BY CHOICE FIELD IN SHAREPOINT LIST
Have an app and want to filter data in column that is a "choice" field in SharePoint list. Made a dropdown box where Items = Choices(List.Column). The Dropdown displays all items in that column with...
Oct 04, 2020
Filter(list name, columninlisttofilter = dropdowncontrolname.selected.value)
chudson002
Oct 04, 2020Copper Contributor
Thanks!