How to remove specific value from dropdown menu to sharepoint.
Im using this code, though it deletes the item selected in the dropdown but it creates another row. It should only delete the selected item
Patch(TestAccessList,{'Test Project1':"TestProj",Parents1:Concat(RemoveIf(Split(LookUp(TestAccessList,'Test Project1'="TestProj",Parents1),Char(10)),Result=Dropdown6.SelectedText.Value),Result,Char(10))})
Thank you!