Recent | Popular
#combobox #default
Concat( Split(LookUp(colADD_General, ID = intLastID,GenHotTopics),", "), ThisRecord.Value, ", " ) & With ( { x: Concat( Filter(ComboBoxHotTopics.SelectedItems, ThisRecord.Data <> Blank()), ThisRecord.Data,", " ) }, If(IsBlank(x),"", ", " & x) )
#powerapps #choices #combobox #dropdown
Choices([@YouTubeIDs].AddToWatchList)
#powerapps #validation #combobox
If( Len(TextInput.Text) = 11, RGBA( 0, 18, 107, 1 ), Color.Red )
DisplayMode= If( IsBlank(varName) Or IsBlank(varName) Or Len(TextInputBox.Text) < 11, DisplayMode.Disabled, DisplayMode.Edit ) OnChange= Set(varName, Combobox.Selected) //Sets the variable to the combo box values or record
Thu May 09 2024 12:00:02 GMT+0000 (Coordinated Universal Time)
Sat Jul 23 2022 14:18:42 GMT+0000 (Coordinated Universal Time)
Sat Jul 23 2022 10:57:46 GMT+0000 (Coordinated Universal Time)
Sat Jul 23 2022 10:54:03 GMT+0000 (Coordinated Universal Time)