Hello,
the Data Source of my Power Apps is an Excel Sheet where I have information about Rooms (Name, Location, Category, Equipment, ... and the Confluence Link).
As there is no possibility to Connect directly to Confluence through PowerApps I have limited technical possibility to connect my Power Apps App with the Confluence Page.
I have a Screen where all the Rooms are shown and a Show Button where it navigates to the Detail Screen where some information is visible on the screen.
One data card is the Confluence Link. I want to implement the opportunity that when I click on the Link a new tab opens in the browser and the link opens. (For that I don't need an API or something like that, I just want to get to this HTTPS Link when I am clicking on the Link).
The value of the Confluence Link in the Form is shown as "ThisItem.Confluence" and the Value itself is in Excel a own row.
I tried to create a button and in the OnSelect Statement Launch("and in here the direct Link") -> when I click on the button nothing happens. When I do Launch(ThisItem.Confluence) still nothing happens.
Thanks!