Hi,
I have an app where I get all the SharePoint Document of a particular record from Power Automate and collect those document in a Collection and show it in a gallery.
Now while launching each document, the document is directly getting downloaded.
I want the document to load in next tab of the browser.
This is the OnSelect Property of the button:
Launch("https://cloudfronts1.sharepoint.com" &ThisItem.ServerRelativeUrl)
Any help is appreciated.