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…
- Use File upload activity in UiPath Apps and let the users upload files there
- 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. - 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