Forum Discussion
suneel1987
Dec 04, 2021Copper Contributor
How to create an alert when a duplicate detail in item of SharePoint list is created
Dear Community, I have created a list when multiple items are created however in a few items the details in one particular column are the same. I need to create a condition so that if a new i...
Joao Livio
Dec 04, 2021Iron Contributor
You can accomplish this with a flow or an Azure function, but you have to customise the pop up
this example is for item modification on a column
You have a trigger when an item is created or modified
https://powerautomate.microsoft.com/it-it/blog/run-a-flow-when-a-sharepoint-column-is-modified/
suneel1987
Dec 05, 2021Copper Contributor
Thanks for the response.
Can you help me if we can use conditional formatting in one column and get the duplicate value highlighted with some color as we do in excel?
Can you help me if we can use conditional formatting in one column and get the duplicate value highlighted with some color as we do in excel?
- Joao LivioDec 05, 2021Iron ContributorTry here, lots of examples
https://github.com/SharePoint/sp-dev-docs/blob/master/docs/declarative-customization/column-formatting.md