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

Notifications

Announcements

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

Forum hierarchy changes are complete!

In our never-ending quest to improve we are simplifying the forum hierarchy…

Ajay Kumar Gannamaneni – Community Spotlight

We are honored to recognize Ajay Kumar Gannamaneni as our Community Spotlight for December…

Leaderboard > Power Automate

#1
Michael E. Gernaey Profile Picture

Michael E. Gernaey 501 Super User 2025 Season 2

#2
Tomac Profile Picture

Tomac 323 Moderator

#3
abm abm Profile Picture

abm abm 237 Most Valuable Professional

Last 30 days Overall leaderboard