Announcements
Hello,I have a sharepoint database, I want to delete a data to a record line and then save.I'm using a dropdown list and I want a button press to delete the data in the sharepoint list.I need an idea of the syntax
Hi @CarlosN ,
There are a couple of ways - what are the Items of the drop-down and what is the Update of the Data Card?
Does the Dropdown match the SP list column exactly. Is there only one record or is there multiple with matching data?
If there is only one then a simple RemoveIf(Source,Lookup(Column=Dropdown?Selected.Value)) Could be (Result)
If Multiple and no fixed ID to select than I would create a Gallery of teh SP list and use the dropdown to filter the gallery. On each row of teh gallery add the trash can. When selected use Remove(Source,Gallery?Selected)
I have three users and I also have an ID in the sharepoint list
Hi @CarlosN :
The following is my summary, please help me point out any errors:
If so ,I suggest you use this formula:
RemoveIf('Solicitudes Expres',Title=DropDown.SelectedText.Value)
Its function is to delete all records where the value of Title is equal to DropDown.SelectedText.Value in'Solicitudes Expres'.
I think this link will help you a lot:
https://docs.microsoft.com/en-us/powerapps/maker/canvas-apps/functions/function-remove-removeif
Best Regards,
Bof
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.
Congratulations to our 2026 Super Users!
Congratulations to our 2025 community superstars!
These are the community rock stars!
Stay up to date on forum activity by subscribing.
Vish WR 834
Valantis 533
Haque 410