How to upload excel in uipath Apps?

Hello every one,
My task is, I have to upload excel from my local disk and I have to store it in a default location using UiPath apps.
Please any one provide me the suggestion…
Thank you…

HI @Vanitha_VS

Checkout this thread

Regards
Sudharsan

  1. Use File upload activity in UiPath Apps and let the users upload files there
  2. Now, once the user uploads a file upload the file to the storage bucket and it will be saved there
    Use a specific naming convention if you want to.
  3. Now, when you invoke a process in Apps you can pass the file name to the process. Use Download Storage File Activity to download the file.

Hope this helps.

Cheers,
Parth