Snippets Collections
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)
)
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

star

Thu May 09 2024 12:00:02 GMT+0000 (Coordinated Universal Time)

#combobox #default
star

Sat Jul 23 2022 14:18:42 GMT+0000 (Coordinated Universal Time)

#powerapps #choices #combobox #dropdown
star

Sat Jul 23 2022 10:57:46 GMT+0000 (Coordinated Universal Time)

#powerapps #validation #combobox

Save snippets that work with our extensions

Available in the Chrome Web Store Get Firefox Add-on Get VS Code extension