Need help on How to display file in an entity to a filedownloader in UiPath Apps

Hi,

I need to map my files in an entity to filedownloader in UiPath apps.
Can someone please share an example for that?

Hello @Kavindu_Dilshan ,

Utilize the “Document Viewer” control for presenting PDF data. To implement this, create an app variable of the AppsFile type and employ this variable within the Document Viewer control. You can then set the app variable in the appropriate location, whether for selecting the display control or fetching records.

Thanks,
Arvind

Thanks @Arvind_Kumar1 ,
I have excel files as well in the same entity. Can we use “Document Viewer” to display the same?
I appreciate your reply.

@Kavindu_Dilshan ,

The document viewer exclusively supports the PDF format. If you have an image, it is advisable to utilize the Image control. In the case of an Excel file, I recommend employing the File Downloader control to download the file. Subsequently, you can manually download the Excel file and manipulate it using the Excel app on your machine.

Thanks,
Arvind

Thanks @Arvind_Kumar1