I have a sharepoint list which have two columns:
- Title
- URL
I have this formula on a button
Launch(First(Filter(OPBLISTE; StartsWith(Titre; TextInput1.Text))).URL)
I need to launch the URL stored on the column 2 of my sharepoint list after entering the text value of column 1 on my textinput1.
The issue i have is that the URL opened is not the one corresponding to my entered text on textinput1