Text input validation - turns border red

PHOTO EMBED

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

Saved by @gofunk1 #powerapps #validation #combobox

If(
    Len(TextInput.Text) = 11,
    RGBA(
        0,
        18,
        107,
        1
    ),
    Color.Red
)
content_copyCOPY

turns boarder red if text input does not equal 11