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…
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
Currently you cannot display excel file directly in UiPath Apps. If you want to still display the data then follow the below steps:
- Download the excel file using Download Storage File activity in UiPath Studio
- Insert data into Data Service Entity
- In UiPath use Table Control to display the Data
Hope this helps. Let me know if you still face any issues.