How to prevent duplicate rows in list

Brass Contributor

Hi, 

I would ask, if there ist a way how to avoid duplicate items in list? Not depends on only one column, but I need it for two and more columns.

Example: 
Col1 | Col2 | Col3
a      |    b   |  c -> OK
a      |    c   |  c -> OK
a      |    c   |  b -> OK
a      |    b  |   c -> Duplication - not OK. 

Thanks for any advice. 

1 Reply

@TomasG  did you ever get an answer for this? I have  a simular issue...I want to keep duplicate entries from being submitted based on 3 fields...