Hello,
I'm very new to Power App so I'm sorry that my terminology is wrong. I'm building a new Power App canvas from one of the suggested solutions. I'm using an Excel Worksheet as the data source. This worksheet has multiple rows for US States, and the columns include data on those states. Several of the columns include URL in text format (so the complete URL is listed).
On the right side of the MainScreen I have the RightContainer which is a list of states. When a specific state is selected, the MainContainer (to the right) has a Form which lists the data from each column in a data card. This is all working perfectly, but when it lists the URL, it is just listed as text and not as a hyperlink.
I've been trying to find out how to populate the form with the URL in a way to make it 'Lauch' to that website when pressed, based on the state selected. I can make a button, but when I use the Launch command, the same state is always launched because it isn't pulling the unique state's website (and I can't create the button inside the form or it won't launch).
Columns: State, WebSite1, Website2, Website3
Rows: Alabama, https://example1.com, https://example2.com, https://example3.com.
I want the form to fill in the datacard with the URL and also let me select in to open a new window (or browser) and to go that website.