In sharepoint, i have a table with emplyee and it has a field called pdf file which is download link to a pdf file. I want to access this pdf file in powerapps how can i achieve this ?
Launch("https://<your sharepoint site>/<document library>/<PDF file name>")
i only know that i should create a button controll for each item and add this code ?