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 / Remove a Record from APP
Power Apps
Unanswered

Remove a Record from APP

(0) ShareShare
ReportReport
Posted on by 22

Hi

Is there a function I can use to remove a record from my app but not my data source after i hit the submit button ?

Categories:
  • dyee Profile Picture
    145 on at

    RemoveIF should be able to do it.

  • Cesc Profile Picture
    22 on at

    No, RemoveIF removes record from the datasource. I want it removed from my app only

  • dyee Profile Picture
    145 on at

    Can you turn the datasource into a collection then remove it from the collection?  If not, I guess you could just filter it out but that seems like a lot of work.

  • RandyHayes Profile Picture
    76,299 Super User 2024 Season 1 on at

    @Cesc 

    What is the context of "remove a record from my app"?  Your app is connected to a datasource and unless you have made a snapshot variable of the datasource and are working from that, the record exists in your app as long as it does in the datasource.  

    So, what exactly is it that you want it to be removed from??  A Gallery?  A List? etc?

  • Cesc Profile Picture
    22 on at

    Sorry, i missed that little piece of info. I want it removed from a gallery

  • Cesc Profile Picture
    22 on at

    I want the record removed from a gallery in my app, i think this makes it clear now

  • RandyHayes Profile Picture
    76,299 Super User 2024 Season 1 on at

    @Cesc 

    So then just filter it out.

    In your OnSuccess action of your form (assuming you are using a form), simply add : Collect(remCol, Self.LastSubmit.ID)

    Then in your Gallery Items property:

     

    With({_items: 
     <yourExistingItemsPropertyFormulaHere>
     },
     Filter(_items, !(ID in remCol,Value))
    )

     

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

Season of Sharing Community Challenge Winners!

Congratulations to our community stars!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Leaderboard > Power Apps

#1
11manish Profile Picture

11manish 432 Super User 2026 Season 2

#2
Mohsin Ali Profile Picture

Mohsin Ali 347

#3
WarrenBelz Profile Picture

WarrenBelz 254 Most Valuable Professional

Last 30 days Overall leaderboard