How can we upload an excel in UiPath Apps?

Hi,
Can anyone please suggest, how can we upload an excel in UiPath Apps and process the workflow and store that in particular location.

Thanks and Regards,

Hey @Chippy_Kolot ,

Have a look at this thread and try the mentioned approach.

Thanks,
Sanjit

HI @Chippy_Kolot

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

Did you try this? @Chippy_Kolot Let me know if you still face any issues.