web
You’re offline. This is a read only version of the page.
close
Skip to main content
Community site session details

Community site session details

Session Id : HXa8OZvDKpxcUZL+kA3eeg
Power Automate - General Discussion
Unanswered

Remove duplicated record (Power automate flow)

Like (0) ShareShare
ReportReport
Posted on 12 Nov 2023 10:51:28 by 8

Hello everyone, I'm working on creating a Power Automate flow to eliminate duplicate (serial number) records but I'm struggling to get this works. Please refer to the attached screenshots for details on data table and my flow.

 

When I remove the NextLink from the skip token field in the "List rows 2" step, the flow works well but it removes both the original and duplicate records. However, when I input the NextLink variable into the skip token field, an error occurs in the "List rows 2" part. I suspect the problem lies with the NextLink variable. I would appreciate it if someone could review my flow and identify any issues. Feel free to ask for any additional information about this flow.

 

Data table:

KSean_0-1699786189121.png

 

 

1)

KSean_1-1699786188991.png

 

 

2)

KSean_2-1699786189042.png

 

 

3) Input: @{length(outputs('List_rows')?['body/value'])}

KSean_3-1699786189027.png

 

 

4)

KSean_4-1699786189009.png

 

Name : NextLink 
Value: @{if(empty(outputs('List_rows')?['body/@odata.nextLink']),'',decodeUriComponent(last(split(uriQuery(outputs('List_rows')['body/@odata.nextLink']),'skiptoken=')))}

 

5)

KSean_5-1699786189016.png

 

KSean_6-1699786188975.png

 

 

6)

KSean_7-1699786189198.png

 

KSean_8-1699786188965.png

 

KSean_9-1699786189419.png

 

 

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Announcing our 2025 Season 2 Super Users!

A new season of Super Users has arrived, and we are so grateful for…

Paul Stork – Community Spotlight

We are honored to recognize Paul Stork as our July 2025 Community…

Congratulations to the June Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Automate

#1
Michael E. Gernaey Profile Picture

Michael E. Gernaey 497 Super User 2025 Season 2

#2
David_MA Profile Picture

David_MA 436 Super User 2025 Season 2

#3
Riyaz_riz11 Profile Picture

Riyaz_riz11 244 Super User 2025 Season 2

Loading complete