Hi All,
I am storing my data temporarily in collection.
I want to see attachments with PDF viewer or if any another option is there.
Can you please help me to display Pdf or jpg files in pdf viewer control.
Thanks!

Hi All,
I am storing my data temporarily in collection.
I want to see attachments with PDF viewer or if any another option is there.
Can you please help me to display Pdf or jpg files in pdf viewer control.
Thanks!
If you are working with a canvas app in Microsoft Power Apps and want to display PDF or JPG files from a collection, you can use the PDF Viewer control or the Image control. Here's how you can achieve this:
PDF Viewer Control:
Image Control:
Remember to populate your collection with the necessary PDF and JPG file URLs or binary data so that they can be displayed in the respective controls.
Note: If you are storing the actual binary data of the files in your collection, make sure to properly handle and convert the data to the required format (URL or base64) before using it in the PDF Viewer or Image control.