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.
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.
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?
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
WarrenBelz
146,660
Most Valuable Professional
RandyHayes
76,287
Super User 2024 Season 1
Pstork1
65,999
Most Valuable Professional