i know the ListDistinct but i want to compare with only one attribute for example id attribute
@Abduerhman Salama Can you please share screenshot or some more details for better understanding ?
Hi @Abduerhman Salama ,Sharing the oml in which we are removing duplicate list record based on Id attributes on RemoveDuplicatesByIdOnClick action.You can check the demo to see how it will work through below link.
https://personal-qmzjggmd.outsystemscloud.com/Font/Screen1?_ts=638188859105354852OrIf you are using aggregate then you can use GroupBy over id attribute inside aggregate. RegardsKrishnanand Pathak
Hi @Abduerhman Salama
Create a duplicate list of your actual list and iterate it and inside loop use a listFilter action and i condition compare the attribute which you want to check and if Listfilter give count more than 1 it means it has duplicate records,
I hope it'll help you
ThanksDeep
Hi Abduerhman,
I would advise you to use the SortRecordList Forge asset, which contains a DistinctRecordList action, which allows you to specify which attributes to check.