Skip to main content

Notifications

Community site session details

Community site session details

Session Id :
Power Apps - Building 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:
  • Verified answer
    WarrenBelz Profile Picture
    146,660 Most Valuable Professional on at
    Re: Remove function with Collection not working

    @BHaapi ,

    Yes probably

  • BHaapi Profile Picture
    134 on at
    Re: Remove function with Collection not working

    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?

  • WarrenBelz Profile Picture
    146,660 Most Valuable Professional on at
    Re: Remove function with Collection not working

    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

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

🌸 Community Spring Festival 2025 Challenge 🌸

WIN Power Platform Community Conference 2025 tickets!

Markus Franz – Community Spotlight

We are honored to recognize Markus Franz as our April 2025 Community…

Kudos to the March Top 10 Community Stars!

Thanks for all your good work in the Community!

Leaderboard

#1
WarrenBelz Profile Picture

WarrenBelz 146,660 Most Valuable Professional

#2
RandyHayes Profile Picture

RandyHayes 76,287 Super User 2024 Season 1

#3
Pstork1 Profile Picture

Pstork1 65,999 Most Valuable Professional

Leaderboard