Re: Click Gallery Item to open PDF in PDF Viewer that is stored in DataVerse
Hi @Anonymous ,
You could set Text property of label control in gallery to
ThisItem.your file column name.FileName
And set this label control 's onselect property to
Set(Thevar,ThisItem.your file column name.Value)
Add a PDF Viewer and set its Document property to:
Thevar
The result is as follows:

Best Regards,
Wearsky
If my post helps, then please consider Accept it as the solution to help others. Thanks.