Skip to main content
Community site session details

Community site session details

Session Id :
Power Automate - Building Flows
Answered

How can I avoid power automate from reading duplicate values in my excel spreadsheet?

(0) ShareShare
ReportReport
Posted on by 158

I am trying to have power automate read some values from an excel spreadsheet. There are some duplicates values and I am trying to prevent power automate from reading those values because it seems that errors occur when reading those duplicate values. There is a select query under advanced options but I am unsure how to use it so that I only non-duplicate values are read.

 

 
 

alopez222_2-1643662009467.png

 

  • Verified answer
    v-bofeng-msft Profile Picture
    on at
    Re: How can I avoid power automate from reading duplicate values in my excel spreadsheet?

    Hi @alopez222 :

    Don't you need to get duplicate rows in the table? If so, I'm afraid that the advanced options of 'List rows present in a table' do not provide such an option. However you could try the 'Union' function to achieve it.

    I've made a test for your reference:

    1\My table:

    vbofengmsft_0-1643868673803.png

    2\My flow

    vbofengmsft_2-1643868737241.png

    expression:

    union(body('Select'),body('Select'))
    

    The Result(Duplicates have been filtered out):

    vbofengmsft_1-1643868691979.png

    Best Regards,

    Bof

     

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

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!

Announcing the Engage with the Community forum!

This forum is your space to connect, share, and grow!

Leaderboard > Power Automate

#1
Michael E. Gernaey Profile Picture

Michael E. Gernaey 497 Super User 2025 Season 1

#2
David_MA Profile Picture

David_MA 436 Super User 2025 Season 1

#3
Riyaz_riz11 Profile Picture

Riyaz_riz11 244 Super User 2025 Season 1