Create a select file activity that allows an array of files to be returned.
Cna you please share your usecase? Why would you need such activity?
Use cases
- User requires only select files from a given folder to be processed, build a queue on the fly for attended automation.
- Certain files fail during unattended bot, a log is created listing files for retry. User must modify files, and resubmit using a seperate attended automation.
This isn’t really a question of use cases, this particular UI feature is available in a vast array of technologies employed in processing files; it’s more of an expectation.
2 Likes
It’s wild that this isn’t a feature already.
Other use cases:
- Want to process N files (like 10s to 100s) without having to prompt the user N times.
- Want to select multiple files for attachments to an email.
- Combining multiple PDFs into one document with user selecting the files.
etc… etc…