Skip to main content

Notifications

Community site session details

Community site session details

Session Id : DtBeydxYUDd8XUq3/q6gW4
Power Apps - Building Power Apps
Unanswered

How to fliter data using Created By In sharepoint list?that means Only show my data.

Like (0) ShareShare
ReportReport
Posted on 10 Oct 2017 13:15:48 by 9

How to fliter data using Created By In sharepoint list?that means Only show my data.

Categories:
  • SP3 Profile Picture
    Microsoft Employee on 24 Sep 2020 at 13:39:45
    Re: How to fliter data using Created By In sharepoint list?that means Only show my data.

    Hi,

     

    I am filtering a sharepoint list based on a  column.

    This is my filter query : Filter(IPHarvest,IPTitle=DataCardValue28.Text)

     

    but I need list items with specific columns only and how to store this filtered items and display in a table.

    Could anyone help me in this.

  • Community Power Platform Member Profile Picture
    on 10 Oct 2017 at 14:11:02
    Re: How to fliter data using Created By In sharepoint list?that means Only show my data.

    Hi,

     

    If you want to Filter by the Created By field, you must note that in PowerApps it is called 'Author' and it is a lookup field.

    To get the current user you can use the User() function.

     

    Thus, your formula could look something like this:

    Filter(List_Name, Author.Email = User().Email)

     

    However, be careful that the filter will not be delegable because of the lookup filed, so if your list has more than 500 items, not all items will be filtered.

     

    Hope this helps

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

Understanding Microsoft Agents - Introductory Session

Confused about how agents work across the Microsoft ecosystem? Register today!

Markus Franz – Community Spotlight

We are honored to recognize Markus Franz as our April 2025 Community…

Kudos to the March Top 10 Community Stars!

Thanks for all your good work in the Community!

Leaderboard

#1
WarrenBelz Profile Picture

WarrenBelz 146,660 Most Valuable Professional

#2
RandyHayes Profile Picture

RandyHayes 76,287 Super User 2024 Season 1

#3
Pstork1 Profile Picture

Pstork1 66,004 Most Valuable Professional

Leaderboard
Loading started