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

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