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 / PowerApps cannot delet...
Power Apps
Answered

PowerApps cannot delete record from detail form

(0) ShareShare
ReportReport
Posted on by 64

Hi I'm a newbie and I have a problem where I cannot delete record from my DetailForm. Refer to screenshot below:

 

This is my code for Detail Form under "Item" property:

LookUp('DIS Fund',Identifier=BrowseGallery1.Selected.Identifier)

Nbz78_1-1659586136065.png

 

This is my code to delete this record in Detail Form under "OnSelect" property: (the problem is on this part where I cannot delete the record. I believe it is related to the previous screenshot where I used lookup but I'm not sure how to do this)

Remove([@'DIS Fund'], BrowseGallery1.Selected);
If (IsEmpty(Errors([@'DIS Fund'], BrowseGallery1.Selected)), Back())

Nbz78_2-1659586227262.png

 

Appreciate your help!🙏 Thank you so much

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

    Hi @Nbz78 

    Code used on delete icon looks fine

    If your gallery is detail screen related then try replacing Lookup with only data source name on that gallery

    'DIS Fund' on data source property or [@'DIS Fund']

  • Verified answer
    goel_gagandeep Profile Picture
    141 on at

    hi @Nbz78 ,
    Try this 
    RemoveIf([@'DIS Fund', Name= BrowseGallery1.Selected.Name);
    here Name field is your column name which you are using in your Form. 
    But as per my opinion you should take a ID column in your Form so you can delete your record by the Id of the user. then your code for deletion will look like this:
    RemoveIf([@'DIS Fund', Id= BrowseGallery1.Selected.Id);

    I hope It will help you



  • Verified answer
    Nbz78 Profile Picture
    64 on at

    Thank you, I'm using the ID and it works! 🙂 

  • Nbz78 Profile Picture
    64 on at

    Thanks for your help 🙂 

  • goel_gagandeep Profile Picture
    141 on at

    Welldone.

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