validation form entry

i want when i type a name in a field to validate it by loocking if it’s already exist or no in my table if it exist it warn me by text , if anyone got the formula for this validation

Hiya, try something like this?

COUNT(SELECT(TableName[ColumnName],[ColumnName]=[_THIS]))<2

1 Like

didn’t work brother

This expression works for me :

ISBLANK(FILTER(“table name”, ([column name] = [_THIS])) - LIST([_THIS]))