I want to show a table in my app, where the table consists of a column named File URL. I want the user to be able to click on the URL and the app will direct the user to the link. I have done an action as below, but when I click on the URL, it does not bring me anywhere. Did I do something wrongly?
Some additional info, I notice that if the table only have 1 row, it works just fine. But if it have more than 1 row as previous image, it doesn’t work.
Your app appears to be configured to produce the behavior you say you want. You’ve seemingly configured the app to launch a URL when the user clicks on a row, but you’ve otherwise indicated you want the user to click on an icon to launch the URL.
Please also provide a working example of a URL the user might launch.