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

Announcements

News and Announcements icon
Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Automate / Filtering in Filter Ro...
Power Automate
Unanswered

Filtering in Filter Rows returning me unexpected columns

(0) ShareShare
ReportReport
Posted on by

Hello

 

i am trying to generate report for our HR and when i filter the rows with expresions in Select Column property, but the filter rows giving me another columns which i dont want to.

 

Screenshot 2023-10-12 at 11.18.45.png

Screenshot 2023-10-12 at 11.19.09.png

Is there any option to get only columns which i wanted to? (FirstName, LastName fe.).

 

Thanks!

 

Categories:
I have the same question (0)
  • nichtaurelius Profile Picture
    50 on at

    Hey janlemon,

    Since additional default data is provided in Dataverse, it's possible to get more results in the query than you actually want. If you only want to receive the last name and first name as an object, you can use a "Select" operation. In the From field, you enter the value of the list rows:

     

    outputs('List_rows')?['body/value']

     

    And in Map, you select the fields you want. In your case, you want to get the first name and last name. The mapping could look like this:

     

    {
    "firstname": item()['hrapp_firstname'],
    "lastname": item()['hrapp_lastname']
    }

    nichtaurelius_1-1697108052606.png

     

    This way, you'll only get the first name and last name as an object 🙂

    I hope this solves your problem.

     

    Greetings,

    Aurelius 🙂

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

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Users!

Kudos to our 2025 Community Spotlight Honorees

Congratulations to our 2025 community superstars!

Leaderboard > Power Automate

#1
David_MA Profile Picture

David_MA 103 Super User 2026 Season 1

#2
Haque Profile Picture

Haque 87

#3
trice602 Profile Picture

trice602 63 Super User 2026 Season 1

Last 30 days Overall leaderboard