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 function with C...
Power Apps
Answered

Remove function with Collection not working

(0) ShareShare
ReportReport
Posted on by 134

Hi there,

I have a delete button for a 2 screen item. for some reason my Remove() function wont work! I have a button inside the gallery (CLAdminGal) with a Set(varRecord,ThisItem);Navigate(CLAdminUpdate) which leads to the page which has the variable in the form for viewing. I have a delete on this page with the function Remove(CLLocal,varRecord); ClearCollect(CLLocal,'Contraband Log (CL)'); Navigate(CLAdmin) and it is showing no errors, but is also not deleting the record.

 

I have also tried simply going with Remove(CLLocal,CLAdminGal.Selected) and a million other combos.

I've created a new collection from my list, made new variables, renamed the gallery... EVERYTHING and it just doesn't work.

 

BHaapi_0-1697044843164.gif

 

 

Button in gallery OnSelect: Set(varRecord,ThisItem);Navigate(CLAdminUpdate)

Popup OnSelect button: Remove(CLLocal,varRecord); ClearCollect(CLLocal,'Contraband Log (CL)'); Navigate(CLAdmin)

and again, i tried linking directly to the gallery already too.

Categories:
I have the same question (0)
  • WarrenBelz Profile Picture
    154,889 Most Valuable Professional on at

    Hi @BHaapi ,

    You have not stated your data source here, but if SharePoint, try

    RemoveIf(
     CLLocal,
     ID = varRecord.ID
    )

     

    Please click Accept as solution if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If the content was useful in other ways, please consider giving it Thumbs Up.

    MVP (Business Applications)   Visit my blog Practical Power Apps

  • BHaapi Profile Picture
    134 on at

    it was on a collection but needed to be removed from the collection and the list, i just learned that forms dont work with collections though so i guess this is mute?

  • Verified answer
    WarrenBelz Profile Picture
    154,889 Most Valuable Professional on at

    @BHaapi ,

    Yes probably

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 600

#2
WarrenBelz Profile Picture

WarrenBelz 478 Most Valuable Professional

#3
Valantis Profile Picture

Valantis 322

Last 30 days Overall leaderboard