I know there tons of materials about cascading dropdowns but honestly I cant make it work. So I have two SP columns that are Choices(DropDown menus) one is Building and the other is Floor. User are filling simple form for visits with this content. However I havent been able to limit Floors based on the selection of the building. SP columns listed in the Form are with Choices([@SP List].Column Name). Any good reading about how to do it without separate excell sheet with two columns 🙂
Hi @SectorOMEGA ,
You can use the Direct Filter query based on Selected ComboBox.
See the Code Below for reference -
RenameColumns(ShowColumns(Filter('Mapping',TeamName.Value=Concat(DataCardValue44.SelectedItems,Value),ProductStatus.Value="Active"),"ID","Title"),"ID","Id","Title","Value")
The first Microsoft-sponsored Power Platform Conference is coming in September. 100+ speakers, 150+ sessions, and what's new and next for Power Platform.
This training provides practical hands-on experience in creating Power Apps solutions in a full-day of instructor-led App creation workshop.
User | Count |
---|---|
187 | |
52 | |
51 | |
36 | |
32 |
User | Count |
---|---|
282 | |
97 | |
89 | |
82 | |
77 |