Skip to main content
Nintex Community Menu Bar

how to compare list items and delete duplicate data using nintex workflows

  • January 31, 2018
  • 2 replies
  • 210 views

Forum|alt.badge.img+2

list has some columns if  i create new item in the list with same data it should compare and delete duplicate data and create in another list. this is the possible with nintex workflow. i tried with quering the list items and compare with workflow variable and check with condition but working.

 

213144_pastedImage_2.png

2 replies

Forum|alt.badge.img+7
  • February 4, 2018

Use REST API for Get and Delete 

For example Referee Below REST API Process,Let Me know if you could not find the answer 

delte


TomaszPoszytek
Forum|alt.badge.img+17

But if you use the "query list" action, where in filter you will compare related values from the new item with other from the list + the rule for ID not equal current item's ID - you should get a list of items that match. Then if the results count > 0 I would say - delete the item, as it is duplicated.

Regards,

Tomasz