I created 3 multi-select cascading dropdowns using the ComboBox option in PowerApps. When I hit save, in the Sharepoint list Form only one of the sections show for each attribute instead of all of them ones I selected. When I export the data to excel, the ...
Whenever we have multiple options from which we need to select the value, then we can use DropDown control. DropDown control has Items properties to bind the dropDown options. If a user selected any Dropdown option, then we can get by Selected property of dropdown. Combobox Combobox is ...
Filter(source,condition) => Filter(saleName, "Vincent" in ThisRecord.Item) Filter(saleName,input.Text in ThisRecord.Item && ThisRecord.Region in comboBox.SelectedItems) #it can filter two condition, one is input text box, another is combo box, combo box has select two value. * UpdateCon...
I created 3 multi-select cascading dropdowns using the ComboBox option in PowerApps. When I hit save, in the Sharepoint list Form only one of the sections show for each attribute instead of all ... I have the same issue. I can get the values for the cascading dropdo...