- Documentation
- Activities
- User Interaction
- Select File
Show a file picker dialog for the user to select a file
Inputs
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
Dialog Title dialogTitle | string | Optional | Select a file | — |
File Type fileFilter | enum | Optional | All Files | —All FilesExcel FilesPDF FilesText FilesImage FilesCustom |
Custom Filter customFilter | string | Optional | — | — Shown when fileFilter = Custom |
Allow Multiple Selection allowMultiple | boolean | Optional | false | — |
Start In Folder initialDirectory | expression | Optional | — | — |
Output
SelectedFileStringFull path to the selected file (or list if multiple)
Compatibility
WindowsDesktopAttended
Related activities
Ask Question
Ask the user a question and get their answer: free text, or a pick from a dropdown or a set of radio buttons
Select Folder
Show a folder picker dialog for the user to select a folder
Show Message
Display a pop-up message to the user
Wait For User
Pause until the user chooses to continue or cancel, or a timeout resumes it