Title field(software name, text),Group field( look up type, looks up to Group field in RoleBasedGroups list, allow multiple values) 3) the app: connect the app with the two lists insert a drop down(named Dropdown1) to select Role set the drop down'...
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...
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 have tried to set the 'Contacts (Views)' as a items datasource on a dropdown but I get: "This datatype is not supported for evaluation" ( roughly translated error message from my local language ) Maybe there are some ways to convert the ...
will walk you through the following scenarios. If you want to know how to bind a regular Combobox canvas app control to the Choices field of DataVerse, you can follow my blog link here. Let’s get started. My DataVerse table Projects has a Choices field – Capability. It’s values … ...
Out of the box, this command refers to the control in the current card and returns the value of that control. The exact command to return a control’s value will depend on the type of control. A text control will use ControlName.Text, a combobox dropdown will use ControlName.Selectedan...
@Vee1It looks like you are using aComboboxrather than aDropdown. What do you see when you clickBearbeiten?Can you send a screen shot. Hi@CNT Sorry, my powerapps is set up in german, so I might not be using the right term. It's a type of dropdown field...
Do you want to reference the Manager column values from your User List within yourManager1 Dropdown box? I have made a test on my side, please take a try with the following workaround: Set theItemsproperty of theDropdownbox (Dropdown1) to following: ...
Set combo box's Items: RoleBasedGroup set list box's Items: Split( Concat( ForAll( Filter(RoleBasedGroup,Title in ComboBox1.SelectedItems.Title), Concat('Assigned Software',Value&",") ), //you need to use forall to concat softwares one by one because...
Do you want to reference the Manager column values from your User List within yourManager1 Dropdown box? I have made a test on my side, please take a try with the following workaround: Set theItemsproperty of theDropdownbox (Dropdown1) to following: ...