I tried to play around with Items property of Field 2 but the following is not working: If(DataCardValue11.Selected.Value = "A", "C", Choices([@ListName].ColumnName)) @RandyHayesHow can I modify this solution to apply to me- I want ComboBox1 ...
I am storing all the selected combobox values in the collection on the OnChange event of the combobox. So I want to compare the values from the collection with the column value I have tried the below formula but it is not working properly Set(ColFilterResult,Filter(ColSampleList,If(Coun...
I need to select one study condition and one study sub-condition from the header combo box. then Please refer to the image for the Phy Che line item, then I will select one study date for the selected study condition and study sub-condition with some parameters...
Its the same for TextInput boxes, but for ComboBoxes you set DefaultSelectedItems to a record containing the value of the default selection. Posted on January 21, 2023Categories PowerAppsTags Power AppsLeave a comment Dataverse for Teams–Demo Code Solution This post is a week overdue. I was...
First(Filter(Choices('Lista Maszyn'.'Typ maszyny');Id= DataCardValue4.Selected.Identyfikator)) where 'Lista Maszyn'.'Typ maszyny' is my lookup 'B' and 'DataCardValue4' is my second Combobox; Now is the question what and where modify to load data correctly to 'B' Comb...
First(Filter(Choices('Lista Maszyn'.'Typ maszyny');Id= DataCardValue4.Selected.Identyfikator)) where 'Lista Maszyn'.'Typ maszyny' is my lookup 'B' and 'DataCardValue4' is my second Combobox; Now is the question what and where modify to load data correctly to 'B' Comb...
First(Filter(Choices('Lista Maszyn'.'Typ maszyny');Id= DataCardValue4.Selected.Identyfikator)) where 'Lista Maszyn'.'Typ maszyny' is my lookup 'B' and 'DataCardValue4' is my second Combobox; Now is the question what and where modify to load data correctly to 'B' Combo...
This is not working for me. The display name of the selected user is not saving if I use a single text field nor if I try and save the combo box value. I've tried 2 other tests with text boxes and dropdowns to capture the "manager". ...
I tried to play around with Items property of Field 2 but the following is not working: If(DataCardValue11.Selected.Value = "A", "C", Choices([@ListName].ColumnName)) @RandyHayesHow can I modify this solution to apply to me- I want ComboBox1...
First(Filter(Choices('Lista Maszyn'.'Typ maszyny');Id= DataCardValue4.Selected.Identyfikator)) where 'Lista Maszyn'.'Typ maszyny' is my lookup 'B' and 'DataCardValue4' is my second Combobox; Now is the question what and where modify to load data correctly to 'B' Comb...