Hi there,
I have a Sharepoint List named Gestion with a column named Profile, and other columns with other infos. The thing is, I want to delete a row of the List through Power Apps using the Profile.
I already added a Dropdown which is connected to the Profile (and so all the names appear), and a button that says "Suppress an agent". I've added the following code to the OnSelect Property of the button :
RemoveIf(Gestion; Profil = Dropdown2.SelectedText)
And when the user selects a Profile from the dropdown, and click on the suppress button; the entire row of that profile should be suppressed. Any idea as to how to solve this ?
Thanks in advance for your response