How to get file using uipath apps?

I have stored excel file in Storage bucket and i have used button in UiPath apps, in edit rule section I gave storage bucket name, excel file name and i created one variable. How to get the excel and how to display. Could any one provide me the solution…
Thanks…

Hi @Vanitha_VS ,
Please go through this video:

Warm Regards,
Shubham Dutta

if the excel file is in storage bucket then how take it and store it in local folder using UiPath apps

Please go through this

@Vanitha_VS ,

Do you want to display file from storage bucket on Apps page?

Thanks,
Arvind

Currently you cannot display excel file directly in UiPath Apps. If you want to still display the data then follow the below steps:

  1. Download the excel file using Download Storage File activity in UiPath Studio
  2. Insert data into Data Service Entity
  3. In UiPath use Table Control to display the Data

Hope this helps. Let me know if you still face any issues.

Is there any way to display this without using data service entity??