Announcements
I need to show the records that the user has created and it is not possible to visualize what the other users have created, automatically my application puts the name of the person who created that record, based on that, I want only the that are linked with your name (not using the search bar, only with user account)
You didn't specificy which of your name columns you want to filter on or if your name columns have a type of person. If the field you want to compare is a person column, you can filter on <your name field>.Email = User().Email. Email is the recommended field on which to compare because it is always unique. You can use name, but you could have issues with duplicates.
Sorry, in the column "created by", this column it fill up automatically with a flow using the account of office 365.
Check out this post: https://powerusers.microsoft.com/t5/General-Discussion/Filtering-a-gallery-by-user/td-p/133093
Hi @Anonymous
Could you please reference @LRVinNC 's suggestion?
You can also test with:
Filter(DataSourceName,Author.DisplayName=User().FullName)
Or:
Filter(DataSourceName,'Created By'.DisplayName=User().FullName)
Hope this could be helpful.
Best Regards.
Yumia
Yeees, its wooork, thank you so much
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.
Congratulations to our community stars!
Expanding mentorship, skilling, and AI innovation
These are the community rock stars!
Stay up to date on forum activity by subscribing.
WarrenBelz 335 Most Valuable Professional
11manish 166
sannavajjala87 71 Super User 2026 Season 1