How can I identify if the same record exists in my list?
Below is example of same
| Region | Country | Month |
---|
List Item 1 | APAC | India | 25-Jan |
List Item 2 | APAC | India | 25-Jan |
List Item 3 | EU | Germany | 25-Feb |
Here I am expecting to highlight list item 2 because it's region, country and month are same and wanted to notify user. Can someone help me on this?