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 Apps / Editable table excel l...
Power Apps
Answered

Editable table excel look gallery

(0) ShareShare
ReportReport
Posted on by 9

Hi,

I have a problem which I am not able to solve for quite some time.

I have created a gallery editable table referring to the link: https://www.youtube.com/watch?v=mj4mKS1hS7M

 

But here I have a different scenario. I created a dropdown for Title, and when I select the title from dropdown, The gallery should display only the data with the title selected. And, I should be able to add/delete/edit the record for the selected Title and save it. And, If there is only Title field exits and remaining columns are empty in the SharePoint it should show the same and should be editable in the future.

 

The below screenshot showing up all the records from the data source (SharePoint) where I selected the “Test” in the dropdown.

Under the Title it is showing Test everywhere because I defaulted to display the dropdown selected value using Dropdown.SelectedText.Value  on default.

For all other Role Description, DoITS Team, DoITS Role, Hours, I have given ThisItem.ColumnName on default.

AnoojDev513_0-1631545381716.png

 

It will be great help if someone can solve this for me.

 

Thank You!

Categories:
I have the same question (0)
  • Drrickryp Profile Picture
    Super User 2024 Season 1 on at

    @AnoojDev513 

    Please post the Items property for your gallery.  Also do not use Dropdown.SelectedText.Value, Use Dropdown.Selected.Value instead.

  • AnoojDev513 Profile Picture
    9 on at

    I have given the TableName under the Items for gallery 

  • Drrickryp Profile Picture
    Super User 2024 Season 1 on at

    @AnoojDev513 

    You need to filter it by the selection in your dropdown.

  • Verified answer
    v-qiaqi@microsoft.com Profile Picture
    Microsoft Employee on at

    Hi @AnoojDev513

    Have you solved your problem?

    Do you want to filter the Gallery based on the Dropdown selected?

    Could you please share more about your need?

    The Drop down box will always display the first item within by default if you do not select any other item, to avoid this, you could set the AllowEmptySelection as true.

    Set the Items of the Gallery as below:

    If(!IsBlank(Dropdown1.Selected.Title),Filter(List,Title=Dropdown1.Selected.Title),List)

    Note that I assume that you set the Dropdown Items with List.Title, if you set the Dropdown Items with other formula , please clarify it.

     

  • AnoojDev513 Profile Picture
    9 on at

    Thanks for your response, I am able to filter it out successfully.

     

    I used Filter(TableName, Title = Dropdown1.Selected.Result)

  • v-qiaqi@microsoft.com Profile Picture
    Microsoft Employee on at

    Hi @AnoojDev513,

    Glad that you have solved the problem.

    Please mark the solution as answer.

    Thanks for your co-operation.

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!

Congratulations to the March Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
11manish Profile Picture

11manish 536

#2
WarrenBelz Profile Picture

WarrenBelz 426 Most Valuable Professional

#3
Haque Profile Picture

Haque 305

Last 30 days Overall leaderboard