Hi
i have a SP list name "Power List" and ther is a choice column name "AffectedBuildings" inside that list and showing in power app as a dropdown list "dataCard1" in a form, the dropdown list contains 3 choices "Building 1" "Building 2" and "Building 3", i want when i select Building 1 from the dropdown and submit the form, only the residents of building 1 can see that item in the gallery list in browse screen.
I tried to use items property: if(datacard1.selected.value = "Building1",true) but can't recognize 'Building1".
Your support is appriciated.